Searched refs:findOuterContext (Results 1 – 1 of 1) sorted by relevance
795 static std::pair<DeclContext *, bool> findOuterContext(Scope *S) { in findOuterContext() function983 std::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S); in CppLookupName()1126 std::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S); in CppLookupName()3215 DeclContext *OuterCtx = findOuterContext(S).first; // FIXME in LookupVisibleDecls()