Searched refs:OuterCtx (Results 1 – 1 of 1) sorted by relevance
1377 DeclContext *OuterCtx = findOuterContext(S); in CppLookupName() local1378 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()1504 DeclContext *OuterCtx = findOuterContext(S); in CppLookupName() local1505 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()4278 DeclContext *OuterCtx = findOuterContext(S); in lookupInScope() local4280 for (DeclContext *Ctx = Entity; Ctx && !Ctx->Equals(OuterCtx); in lookupInScope()