Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h362 bool isTemplateParamScope() const { in isTemplateParamScope() function
/external/clang/lib/Sema/
DSemaLookup.cpp972 !S->getParent()->isTemplateParamScope()) in findOuterContext()
980 OutermostTemplateScope->getParent()->isTemplateParamScope()) in findOuterContext()
1112 if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC && in CppLookupName()
1113 S->getParent() && !S->getParent()->isTemplateParamScope()) { in CppLookupName()
1249 if (Found && S->isTemplateParamScope()) { in CppLookupName()
1255 if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC && in CppLookupName()
1256 S->getParent() && !S->getParent()->isTemplateParamScope()) { in CppLookupName()
1283 if (!(Found && S && S->isTemplateParamScope())) { in CppLookupName()
DSemaTemplate.cpp556 assert(S->isTemplateParamScope() && in ActOnTypeParameter()
673 assert(S->isTemplateParamScope() && in ActOnNonTypeTemplateParameter()
747 assert(S->isTemplateParamScope() && in ActOnTemplateTemplateParameter()
DSemaDeclCXX.cpp7550 while (S->isTemplateParamScope()) in ActOnUsingDirective()
8509 while (S->isTemplateParamScope()) in ActOnAliasDeclaration()
/external/clang/lib/Parse/
DParseDeclCXX.cpp132 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() || in ParseNamespace()
1972 LateMethod->TemplateScope = getCurScope()->isTemplateParamScope(); in HandleMemberFunctionDeclDelays()
3574 Victim->TemplateScope = getCurScope()->getParent()->isTemplateParamScope(); in PopParsingClass()
DParseCXXInlineMethods.cpp132 LM->TemplateScope = getCurScope()->isTemplateParamScope(); in ParseCXXInlineMethodDef()
DParseDecl.cpp2966 getLangOpts().MSVCCompat && getCurScope()->isTemplateParamScope()) { in ParseDeclarationSpecifiers()