Searched refs:findOuterContext (Results 1 – 1 of 1) sorted by relevance
953 static std::pair<DeclContext *, bool> findOuterContext(Scope *S) { in findOuterContext() function1144 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()