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.h390 return isTemplateParamScope() ? nullptr : Entity; in getEntity()
398 assert(!isTemplateParamScope() && in setEntity()
469 bool isTemplateParamScope() const { in isTemplateParamScope() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1004 assert(S->isTemplateParamScope() && in ActOnTypeParameter()
1517 assert(S->isTemplateParamScope() && in ActOnNonTypeTemplateParameter()
1596 assert(S->isTemplateParamScope() && in ActOnTemplateTemplateParameter()
1919 if (S->isTemplateParamScope()) in CheckClassTemplate()
8526 if (S->isTemplateParamScope()) in ActOnClassTemplateSpecialization()
H A DSemaLookup.cpp1512 if (Found && S->isTemplateParamScope()) { in CppLookupName()
1530 if (!(Found && S->isTemplateParamScope())) { in CppLookupName()
H A DSemaDecl.cpp614 if (IsTemplateTypeArg && getCurScope()->isTemplateParamScope()) { in ActOnMSVCUnknownTypeName()
1383 if (S->getParent()->isTemplateParamScope()) { in EnterDeclaratorContext()
1404 assert(S->isTemplateParamScope() && in EnterTemplatedContext()
1429 for (; S && S->isTemplateParamScope(); S = S->getParent(), --ScopeDepth) { in EnterTemplatedContext()
19694 Parent->isTemplateParamScope()) in ActOnFields()
H A DSemaCodeComplete.cpp5709 if (S->isTemplateParamScope() && S->isDeclScope(D)) in getTemplatedEntity()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp135 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() || in ParseNamespace()