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

/external/clang/lib/Sema/
H A DSemaLookup.cpp795 static std::pair<DeclContext *, bool> findOuterContext(Scope *S) { function
974 // findOuterContext(). This implements the name lookup behavior
983 std::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S);
1117 // findOuterContext(). This implements the name lookup behavior
1126 std::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S);
3215 DeclContext *OuterCtx = findOuterContext(S).first; // FIXME

Completed in 78 milliseconds