Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp641 DR.FirstDiffType = in FindTypeDiffs()
694 GetMismatchedDeclLoc(FirstRecord, DR.FirstDiffType, DR.FirstDecl); in diagnoseSubMismatchDifferentDeclKinds()
697 << FirstDiagInfo.second << DR.FirstDiffType; in diagnoseSubMismatchDifferentDeclKinds()
909 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; in diagnoseMismatch() local
914 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseMismatch()
920 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()
971 assert(FirstDiffType == SecondDiffType); in diagnoseMismatch()
972 switch (FirstDiffType) { in diagnoseMismatch()
1270 FirstDiffType == TypeAlias)) in diagnoseMismatch()
1556 << FirstRecord << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h123 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; member