Searched refs:OutermostTemplateScope (Results 1 – 1 of 1) sorted by relevance
978 Scope *OutermostTemplateScope = S->getParent(); in findOuterContext() local979 while (OutermostTemplateScope->getParent() && in findOuterContext()980 OutermostTemplateScope->getParent()->isTemplateParamScope()) in findOuterContext()981 OutermostTemplateScope = OutermostTemplateScope->getParent(); in findOuterContext()