Home
last modified time | relevance | path

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

/freebsd/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()
1527 SecondNTTPD->getDefaultArgument().getArgument(); in diagnoseMismatch()
1539 if (FirstNTTPD->isParameterPack() != SecondNTTPD->isParameterPack()) { in diagnoseMismatch()
1543 << (i + 1) << SecondNTTPD->isParameterPack(); in diagnoseMismatch()