Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp953 static std::pair<DeclContext *, bool> findOuterContext(Scope *S) { in findOuterContext() function
1144 std::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S); in CppLookupName()
1287 std::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S); in CppLookupName()
3622 DeclContext *OuterCtx = findOuterContext(S).first; // FIXME in LookupVisibleDecls()