Searched refs:findOuterContext (Results 1 – 1 of 1) sorted by relevance
1159 static std::pair<DeclContext *, bool> findOuterContext(Scope *S) { in findOuterContext() function1351 std::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S); in CppLookupName()1494 std::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S); in CppLookupName()3997 DeclContext *OuterCtx = findOuterContext(S).first; // FIXME in lookupInScope()