Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp778 static std::pair<DeclContext *, bool> findOuterContext(Scope *S) { in findOuterContext() function
913 llvm::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S); in CppLookupName()
1018 llvm::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S); in CppLookupName()
3006 DeclContext *OuterCtx = findOuterContext(S).first; // FIXME in LookupVisibleDecls()