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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp1340 DeclContext *OuterCtx = findOuterContext(S); local
1341 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
1467 DeclContext *OuterCtx = findOuterContext(S); local
1468 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
4003 DeclContext *OuterCtx = findOuterContext(S);
4005 for (DeclContext *Ctx = Entity; Ctx && !Ctx->Equals(OuterCtx);

Completed in 150 milliseconds