Searched refs:OuterCtx (Results 1 – 2 of 2) sorted by relevance
1142 DeclContext *OuterCtx; in CppLookupName() local1144 std::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S); in CppLookupName()1146 OutsideOfTemplateParamDC = OuterCtx; in CppLookupName()1148 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()1285 DeclContext *OuterCtx; in CppLookupName() local1287 std::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S); in CppLookupName()1289 OutsideOfTemplateParamDC = OuterCtx; in CppLookupName()1291 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()3622 DeclContext *OuterCtx = findOuterContext(S).first; // FIXME in LookupVisibleDecls() local3624 for (DeclContext *Ctx = Entity; Ctx && !Ctx->Equals(OuterCtx); in LookupVisibleDecls()
1299 DeclContext *OuterCtx = findOuterContext(S); in CppLookupName() local1300 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()1426 DeclContext *OuterCtx = findOuterContext(S); in CppLookupName() local1427 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()3954 DeclContext *OuterCtx = findOuterContext(S); in lookupInScope() local3956 for (DeclContext *Ctx = Entity; Ctx && !Ctx->Equals(OuterCtx); in lookupInScope()