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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp945 static std::pair<DeclContext *, bool> findOuterContext(Scope *S) { function
1124 // findOuterContext(). This implements the name lookup behavior
1133 std::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S);
1267 // findOuterContext(). This implements the name lookup behavior
1276 std::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S);
3543 DeclContext *OuterCtx = findOuterContext(S).first; // FIXME

Completed in 59 milliseconds