Searched refs:getLookupParent (Results 1 – 6 of 6) sorted by relevance
1014 DeclContext *getLookupParent();1016 const DeclContext *getLookupParent() const { in getLookupParent() function1017 return const_cast<DeclContext*>(this)->getLookupParent(); in getLookupParent()
916 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()1021 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()3010 Ctx = Ctx->getLookupParent()) { in LookupVisibleDecls()3388 DC = DC->getLookupParent()) { in BuildContextChain()
946 OutermostContext = OutermostContext->getLookupParent(); in CheckClassTemplate()965 LookupContext = LookupContext->getLookupParent(); in CheckClassTemplate()2050 for (DeclContext *Ctx = CurContext; Ctx; Ctx = Ctx->getLookupParent()) { in CheckTemplateIdType()
457 CommonAncestor = CommonAncestor->getLookupParent()) { in getRequiredQualification()
750 DeclContext *DeclContext::getLookupParent() { in getLookupParent() function in DeclContext
865 if (!(DC->isTranslationUnit() || DC->getLookupParent()->isTranslationUnit())) in AddTopLevelDeclarationToHash()