Searched refs:SearchAfterTemplateScope (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp991 bool SearchAfterTemplateScope; local
992 llvm::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S);
993 if (SearchAfterTemplateScope)
1134 bool SearchAfterTemplateScope; local
1135 llvm::tie(OuterCtx, SearchAfterTemplateScope) = findOuterContext(S);
1136 if (SearchAfterTemplateScope)

Completed in 100 milliseconds