Searched refs:SecondNTTPD (Results 1 – 1 of 1) sorted by relevance
1498 NonTypeTemplateParmDecl *SecondNTTPD = in diagnoseMismatch() local1502 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()