Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h344 return isTemplateParamScope() ? nullptr : Entity; in getEntity()
352 assert(!isTemplateParamScope() && in setEntity()
408 bool isTemplateParamScope() const { in isTemplateParamScope() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp1460 if (Found && S->isTemplateParamScope()) { in CppLookupName()
1478 if (!(Found && S->isTemplateParamScope())) { in CppLookupName()
H A DSemaTemplate.cpp1038 assert(S->isTemplateParamScope() && in ActOnTypeParameter()
1534 assert(S->isTemplateParamScope() && in ActOnNonTypeTemplateParameter()
1617 assert(S->isTemplateParamScope() && in ActOnTemplateTemplateParameter()
H A DSemaDecl.cpp562 if (IsTemplateTypeArg && getCurScope()->isTemplateParamScope()) { in ActOnMSVCUnknownTypeName()
1345 if (S->getParent()->isTemplateParamScope()) { in EnterDeclaratorContext()
1366 assert(S->isTemplateParamScope() && in EnterTemplatedContext()
1391 for (; S && S->isTemplateParamScope(); S = S->getParent(), --ScopeDepth) { in EnterTemplatedContext()
H A DSemaDeclCXX.cpp11448 while (S->isTemplateParamScope()) in ActOnUsingDirective()
12573 while (S->isTemplateParamScope()) in ActOnAliasDeclaration()
H A DSemaCodeComplete.cpp5153 if (S->isTemplateParamScope() && S->isDeclScope(D)) in getTemplatedEntity()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp146 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() || in ParseNamespace()