Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h365 bool isTemplateParamScope() const { in isTemplateParamScope() function
/external/clang/lib/Sema/
DSemaLookup.cpp987 !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()
DSemaTemplate.cpp570 assert(S->isTemplateParamScope() && in ActOnTypeParameter()
684 assert(S->isTemplateParamScope() && in ActOnNonTypeTemplateParameter()
758 assert(S->isTemplateParamScope() && in ActOnTemplateTemplateParameter()
DSemaDeclCXX.cpp7715 while (S->isTemplateParamScope()) in ActOnUsingDirective()
8750 while (S->isTemplateParamScope()) in ActOnAliasDeclaration()
DSemaDecl.cpp503 if (IsTemplateTypeArg && getCurScope()->isTemplateParamScope()) { in ActOnMSVCUnknownTypeName()
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp139 LM->TemplateScope = getCurScope()->isTemplateParamScope(); in ParseCXXInlineMethodDef()
DParseDeclCXX.cpp132 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() || in ParseNamespace()
1987 LateMethod->TemplateScope = getCurScope()->isTemplateParamScope(); in HandleMemberFunctionDeclDelays()
3599 Victim->TemplateScope = getCurScope()->getParent()->isTemplateParamScope(); in PopParsingClass()