Searched refs:isTemplateParamScope (Results 1 – 6 of 6) sorted by relevance
343 bool isTemplateParamScope() const { in isTemplateParamScope() function
828 !S->getParent()->isTemplateParamScope()) in findOuterContext()836 OutermostTemplateScope->getParent()->isTemplateParamScope()) in findOuterContext()968 if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC && in CppLookupName()969 S->getParent() && !S->getParent()->isTemplateParamScope()) { in CppLookupName()1105 if (Found && S->isTemplateParamScope()) { in CppLookupName()1111 if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC && in CppLookupName()1112 S->getParent() && !S->getParent()->isTemplateParamScope()) { in CppLookupName()1139 if (!(Found && S && S->isTemplateParamScope())) { in CppLookupName()
555 assert(S->isTemplateParamScope() && in ActOnTypeParameter()676 assert(S->isTemplateParamScope() && in ActOnNonTypeTemplateParameter()749 assert(S->isTemplateParamScope() && in ActOnTemplateTemplateParameter()
126 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() || in ParseNamespace()1825 LateMethod->TemplateScope = getCurScope()->isTemplateParamScope(); in HandleMemberFunctionDeclDelays()2537 if (Parent->isTemplateParamScope()) in ParseCXXMemberSpecification()3154 Victim->TemplateScope = getCurScope()->getParent()->isTemplateParamScope(); in PopParsingClass()
130 LM->TemplateScope = getCurScope()->isTemplateParamScope(); in ParseCXXInlineMethodDef()
2754 getLangOpts().MSVCCompat && getCurScope()->isTemplateParamScope()) { in ParseDeclarationSpecifiers()