Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp643 DR.SecondDiffType = in FindTypeDiffs()
703 << DR.SecondDiffType; in diagnoseSubMismatchDifferentDeclKinds()
910 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local
920 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()
971 assert(FirstDiffType == SecondDiffType); in diagnoseMismatch()
1585 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local
1595 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()
2023 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local
2033 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()
2151 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h123 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; member