Searched refs:OuterCtx (Results 1 – 1 of 1) sorted by relevance
911 DeclContext *OuterCtx; in CppLookupName() local913 llvm::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S); in CppLookupName()915 OutsideOfTemplateParamDC = OuterCtx; in CppLookupName()917 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()1016 DeclContext *OuterCtx; in CppLookupName() local1018 llvm::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S); in CppLookupName()1020 OutsideOfTemplateParamDC = OuterCtx; in CppLookupName()1022 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()3006 DeclContext *OuterCtx = findOuterContext(S).first; // FIXME in LookupVisibleDecls() local3008 for (DeclContext *Ctx = Entity; Ctx && !Ctx->Equals(OuterCtx); in LookupVisibleDecls()