Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9924 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; in diagnoseOdrViolations() member
9949 DR.SecondDiffType = in diagnoseOdrViolations()
10001 if (DR.SecondDiffType == EndOfClass && SecondTag) { in diagnoseOdrViolations()
10008 << SecondModule << SecondRange << DR.SecondDiffType; in diagnoseOdrViolations()
10346 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseOdrViolations() local
10350 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseOdrViolations()
10357 if (FirstDiffType != SecondDiffType) { in diagnoseOdrViolations()
10364 assert(FirstDiffType == SecondDiffType); in diagnoseOdrViolations()