Searched refs:isTemplateParamScope (Results 1 – 7 of 7) sorted by relevance
365 bool isTemplateParamScope() const { in isTemplateParamScope() function
987 !S->getParent()->isTemplateParamScope()) in findOuterContext()995 OutermostTemplateScope->getParent()->isTemplateParamScope()) in findOuterContext()1130 if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC && in CppLookupName()1131 S->getParent() && !S->getParent()->isTemplateParamScope()) { in CppLookupName()1267 if (Found && S->isTemplateParamScope()) { in CppLookupName()1273 if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC && in CppLookupName()1274 S->getParent() && !S->getParent()->isTemplateParamScope()) { in CppLookupName()1301 if (!(Found && S && S->isTemplateParamScope())) { in CppLookupName()
570 assert(S->isTemplateParamScope() && in ActOnTypeParameter()684 assert(S->isTemplateParamScope() && in ActOnNonTypeTemplateParameter()758 assert(S->isTemplateParamScope() && in ActOnTemplateTemplateParameter()
7715 while (S->isTemplateParamScope()) in ActOnUsingDirective()8750 while (S->isTemplateParamScope()) in ActOnAliasDeclaration()
503 if (IsTemplateTypeArg && getCurScope()->isTemplateParamScope()) { in ActOnMSVCUnknownTypeName()
139 LM->TemplateScope = getCurScope()->isTemplateParamScope(); in ParseCXXInlineMethodDef()
132 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() || in ParseNamespace()1987 LateMethod->TemplateScope = getCurScope()->isTemplateParamScope(); in HandleMemberFunctionDeclDelays()3599 Victim->TemplateScope = getCurScope()->getParent()->isTemplateParamScope(); in PopParsingClass()