Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp838 Scope *OutermostTemplateScope = S->getParent(); in findOuterContext() local
839 while (OutermostTemplateScope->getParent() && in findOuterContext()
840 OutermostTemplateScope->getParent()->isTemplateParamScope()) in findOuterContext()
841 OutermostTemplateScope = OutermostTemplateScope->getParent(); in findOuterContext()