Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1392 DeclContext *OuterCtx = findOuterContext(S); in CppLookupName() local
1393 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()
1519 DeclContext *OuterCtx = findOuterContext(S); in CppLookupName() local
1520 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) { in CppLookupName()
4373 DeclContext *OuterCtx = findOuterContext(S); in lookupInScope() local
4375 for (DeclContext *Ctx = Entity; Ctx && !Ctx->Equals(OuterCtx); in lookupInScope()