Home
last modified time | relevance | path

Searched refs:OuterCtx (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp1352 DeclContext *OuterCtx = findOuterContext(S); in CppLookupName() local
1353 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()
1479 DeclContext *OuterCtx = findOuterContext(S); in CppLookupName() local
1480 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()
4326 DeclContext *OuterCtx = findOuterContext(S); in lookupInScope() local
4328 for (DeclContext *Ctx = Entity; Ctx && !Ctx->Equals(OuterCtx); in lookupInScope()