Home
last modified time | relevance | path

Searched refs:NewConstrainedParm (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1272 NonTypeTemplateParmDecl *NewConstrainedParm, in AttachTypeConstraint() argument
1275 if (NewConstrainedParm->getType() != TL.getType() || in AttachTypeConstraint()
1277 Diag(NewConstrainedParm->getTypeSourceInfo()->getTypeLoc().getBeginLoc(), in AttachTypeConstraint()
1279 << NewConstrainedParm->getTypeSourceInfo() in AttachTypeConstraint()
1304 NewConstrainedParm->setPlaceholderTypeConstraint( in AttachTypeConstraint()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8293 NonTypeTemplateParmDecl *NewConstrainedParm,