Searched refs:OutermostTemplateScope (Results 1 – 1 of 1) sorted by relevance
835 Scope *OutermostTemplateScope = S->getParent(); in findOuterContext() local836 while (OutermostTemplateScope->getParent() && in findOuterContext()837 OutermostTemplateScope->getParent()->isTemplateParamScope()) in findOuterContext()838 OutermostTemplateScope = OutermostTemplateScope->getParent(); in findOuterContext()