Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1227 NonTypeTemplateParmDecl *NewConstrainedParm, in AttachTypeConstraint() argument
1230 if (NewConstrainedParm->getType() != TL.getType() || in AttachTypeConstraint()
1232 Diag(NewConstrainedParm->getTypeSourceInfo()->getTypeLoc().getBeginLoc(), in AttachTypeConstraint()
1234 << NewConstrainedParm->getTypeSourceInfo() in AttachTypeConstraint()
1260 NewConstrainedParm->setPlaceholderTypeConstraint( in AttachTypeConstraint()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11237 NonTypeTemplateParmDecl *NewConstrainedParm,