Searched refs:getLookupParent (Results 1 – 6 of 6) sorted by relevance
881 DeclContext *getLookupParent();883 const DeclContext *getLookupParent() const { in getLookupParent() function884 return const_cast<DeclContext*>(this)->getLookupParent(); in getLookupParent()
889 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()994 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()2836 Ctx = Ctx->getLookupParent()) { in LookupVisibleDecls()3189 DC = DC->getLookupParent()) { in BuildContextChain()
889 OutermostContext = OutermostContext->getLookupParent(); in CheckClassTemplate()1953 for (DeclContext *Ctx = CurContext; Ctx; Ctx = Ctx->getLookupParent()) { in CheckTemplateIdType()
441 CommonAncestor = CommonAncestor->getLookupParent()) { in getRequiredQualification()
681 DeclContext *DeclContext::getLookupParent() { in getLookupParent() function in DeclContext
690 if (!(DC->isTranslationUnit() || DC->getLookupParent()->isTranslationUnit())) in AddTopLevelDeclarationToHash()