Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h385 return isTemplateParamScope() ? nullptr : Entity; in getEntity()
393 assert(!isTemplateParamScope() && in setEntity()
453 bool isTemplateParamScope() const { in isTemplateParamScope() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1497 if (Found && S->isTemplateParamScope()) { in CppLookupName()
1515 if (!(Found && S->isTemplateParamScope())) { in CppLookupName()
H A DSemaTemplate.cpp1001 assert(S->isTemplateParamScope() && in ActOnTypeParameter()
1511 assert(S->isTemplateParamScope() && in ActOnNonTypeTemplateParameter()
1579 assert(S->isTemplateParamScope() && in ActOnTemplateTemplateParameter()
H A DSemaDecl.cpp596 if (IsTemplateTypeArg && getCurScope()->isTemplateParamScope()) { in ActOnMSVCUnknownTypeName()
1366 if (S->getParent()->isTemplateParamScope()) { in EnterDeclaratorContext()
1387 assert(S->isTemplateParamScope() && in EnterTemplatedContext()
1412 for (; S && S->isTemplateParamScope(); S = S->getParent(), --ScopeDepth) { in EnterTemplatedContext()
19085 Parent->isTemplateParamScope()) in ActOnFields()
H A DSemaCodeComplete.cpp5562 if (S->isTemplateParamScope() && S->isDeclScope(D)) in getTemplatedEntity()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp170 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() || in ParseNamespace()