Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp639 DR.FirstDiffType = in FindTypeDiffs()
692 GetMismatchedDeclLoc(FirstRecord, DR.FirstDiffType, DR.FirstDecl); in diagnoseSubMismatchDifferentDeclKinds()
695 << FirstDiagInfo.second << DR.FirstDiffType; in diagnoseSubMismatchDifferentDeclKinds()
907 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; in diagnoseMismatch() local
912 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseMismatch()
918 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()
969 assert(FirstDiffType == SecondDiffType); in diagnoseMismatch()
970 switch (FirstDiffType) { in diagnoseMismatch()
1265 FirstDiffType == TypeAlias)) in diagnoseMismatch()
1546 << FirstRecord << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DODRDiagsEmitter.h123 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; member