Searched defs:getPrimaryContext (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DDeclBase.cpp745 if (getPrimaryContext() != this)
746 return getPrimaryContext()->Encloses(DC);
749 if (DC->getPrimaryContext() == this)
754 DeclContext *DeclContext::getPrimaryContext() { function in class:DeclContext
981 StoredDeclsMap *Map = getPrimaryContext()->LookupPtr;
1040 buildLookup(InnerCtx->getPrimaryContext());
1047 DeclContext *PrimaryContext = getPrimaryContext();
1129 return Ctx->getPrimaryContext();
1160 DeclContext *PrimaryContext = getPrimaryContext();
1243 assert(getPrimaryContext()
[all...]
/external/clang/include/clang/AST/
H A DDeclBase.h970 return DC && this->getPrimaryContext() == DC->getPrimaryContext();
977 /// getPrimaryContext - There may be many different
983 DeclContext *getPrimaryContext();
984 const DeclContext *getPrimaryContext() const { function in class:clang::DeclContext
985 return const_cast<DeclContext*>(this)->getPrimaryContext();

Completed in 71 milliseconds