Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h366 return isTemplateParamScope() ? nullptr : Entity; in getEntity()
374 assert(!isTemplateParamScope() && in setEntity()
434 bool isTemplateParamScope() const { in isTemplateParamScope() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1485 if (Found && S->isTemplateParamScope()) { in CppLookupName()
1503 if (!(Found && S->isTemplateParamScope())) { in CppLookupName()
H A DSemaTemplate.cpp1045 assert(S->isTemplateParamScope() && in ActOnTypeParameter()
1563 assert(S->isTemplateParamScope() && in ActOnNonTypeTemplateParameter()
1637 assert(S->isTemplateParamScope() && in ActOnTemplateTemplateParameter()
H A DSemaDecl.cpp643 if (IsTemplateTypeArg && getCurScope()->isTemplateParamScope()) { in ActOnMSVCUnknownTypeName()
1432 if (S->getParent()->isTemplateParamScope()) { in EnterDeclaratorContext()
1453 assert(S->isTemplateParamScope() && in EnterTemplatedContext()
1478 for (; S && S->isTemplateParamScope(); S = S->getParent(), --ScopeDepth) { in EnterTemplatedContext()
H A DSemaDeclCXX.cpp12192 while (S->isTemplateParamScope()) in ActOnUsingDirective()
13503 while (S->isTemplateParamScope()) in ActOnAliasDeclaration()
H A DSemaCodeComplete.cpp5547 if (S->isTemplateParamScope() && S->isDeclScope(D)) in getTemplatedEntity()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp161 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() || in ParseNamespace()