Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp993 Scope *OutermostTemplateScope = S->getParent(); in findOuterContext() local
994 while (OutermostTemplateScope->getParent() && in findOuterContext()
995 OutermostTemplateScope->getParent()->isTemplateParamScope()) in findOuterContext()
996 OutermostTemplateScope = OutermostTemplateScope->getParent(); in findOuterContext()