Home
last modified time | relevance | path

Searched refs:getLookupParent (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h1014 DeclContext *getLookupParent();
1016 const DeclContext *getLookupParent() const { in getLookupParent() function
1017 return const_cast<DeclContext*>(this)->getLookupParent(); in getLookupParent()
/external/clang/lib/Sema/
DSemaLookup.cpp917 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()
1022 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()
3036 Ctx = Ctx->getLookupParent()) { in LookupVisibleDecls()
3396 DC = DC->getLookupParent()) { in BuildContextChain()
DSemaTemplate.cpp939 OutermostContext = OutermostContext->getLookupParent(); in CheckClassTemplate()
2008 for (DeclContext *Ctx = CurContext; Ctx; Ctx = Ctx->getLookupParent()) { in CheckTemplateIdType()
DSemaCodeComplete.cpp451 CommonAncestor = CommonAncestor->getLookupParent()) { in getRequiredQualification()
/external/clang/lib/AST/
DDeclBase.cpp720 DeclContext *DeclContext::getLookupParent() { in getLookupParent() function in DeclContext
/external/clang/lib/Frontend/
DASTUnit.cpp835 if (!(DC->isTranslationUnit() || DC->getLookupParent()->isTranslationUnit())) in AddTopLevelDeclarationToHash()