Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1498 NonTypeTemplateParmDecl *SecondNTTPD = in diagnoseMismatch() local
1502 QualType SecondType = SecondNTTPD->getType(); in diagnoseMismatch()
1513 SecondNTTPD->hasDefaultArgument() && in diagnoseMismatch()
1514 !SecondNTTPD->defaultArgumentWasInherited(); in diagnoseMismatch()
1525 Expr *SecondDefaultArgument = SecondNTTPD->getDefaultArgument(); in diagnoseMismatch()
1536 if (FirstNTTPD->isParameterPack() != SecondNTTPD->isParameterPack()) { in diagnoseMismatch()
1540 << (i + 1) << SecondNTTPD->isParameterPack(); in diagnoseMismatch()