Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10936 NonTypeTemplateParmDecl *SecondNTTPD = in diagnoseOdrViolations() local
10940 QualType SecondType = SecondNTTPD->getType(); in diagnoseOdrViolations()
10954 SecondNTTPD->hasDefaultArgument() && in diagnoseOdrViolations()
10955 !SecondNTTPD->defaultArgumentWasInherited(); in diagnoseOdrViolations()
10967 Expr *SecondDefaultArgument = SecondNTTPD->getDefaultArgument(); in diagnoseOdrViolations()
10982 SecondNTTPD->isParameterPack()) { in diagnoseOdrViolations()
10986 << (i + 1) << SecondNTTPD->isParameterPack(); in diagnoseOdrViolations()