Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp641 DR.SecondDiffType = in FindTypeDiffs()
698 GetMismatchedDeclLoc(SecondRecord, DR.SecondDiffType, DR.SecondDecl); in diagnoseSubMismatchDifferentDeclKinds()
701 << DR.SecondDiffType; in diagnoseSubMismatchDifferentDeclKinds()
908 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local
912 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseMismatch()
918 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()
969 assert(FirstDiffType == SecondDiffType); in diagnoseMismatch()
1588 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local
1592 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseMismatch()
1598 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h123 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; member