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.cpp1233 NonTypeTemplateParmDecl *NewConstrainedParm, in AttachTypeConstraint() argument
1236 if (NewConstrainedParm->getType().getNonPackExpansionType() != TL.getType() || in AttachTypeConstraint()
1238 Diag(NewConstrainedParm->getTypeSourceInfo()->getTypeLoc().getBeginLoc(), in AttachTypeConstraint()
1240 << NewConstrainedParm->getTypeSourceInfo() in AttachTypeConstraint()
1266 NewConstrainedParm->setPlaceholderTypeConstraint( in AttachTypeConstraint()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11453 NonTypeTemplateParmDecl *NewConstrainedParm,