Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp861 ODRTemplateDifference NoteDiffType; in diagnoseMismatch() local
872 NoteDiffType = SecondNameEmpty ? ParamEmptyName : ParamName; in diagnoseMismatch()
874 ErrDiffType = NoteDiffType = ParamDifferentDefaultArgument; in diagnoseMismatch()
876 ErrDiffType = NoteDiffType = ParamSingleDefaultArgument; in diagnoseMismatch()
885 << SecondModule << SecondDecl->getSourceRange() << NoteDiffType in diagnoseMismatch()