Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp863 ODRTemplateDifference NoteDiffType; in diagnoseMismatch() local
874 NoteDiffType = SecondNameEmpty ? ParamEmptyName : ParamName; in diagnoseMismatch()
876 ErrDiffType = NoteDiffType = ParamDifferentDefaultArgument; in diagnoseMismatch()
878 ErrDiffType = NoteDiffType = ParamSingleDefaultArgument; in diagnoseMismatch()
887 << SecondModule << SecondDecl->getSourceRange() << NoteDiffType in diagnoseMismatch()