Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp1491 NonTypeTemplateParmDecl *FirstNTTPD = in diagnoseMismatch() local
1496 QualType FirstType = FirstNTTPD->getType(); in diagnoseMismatch()
1505 FirstNTTPD->hasDefaultArgument() && in diagnoseMismatch()
1506 !FirstNTTPD->defaultArgumentWasInherited(); in diagnoseMismatch()
1519 Expr *FirstDefaultArgument = FirstNTTPD->getDefaultArgument(); in diagnoseMismatch()
1531 if (FirstNTTPD->isParameterPack() != SecondNTTPD->isParameterPack()) { in diagnoseMismatch()
1533 << (i + 1) << FirstNTTPD->isParameterPack(); in diagnoseMismatch()