Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9895 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; in diagnoseOdrViolations() member
9920 DR.SecondDiffType = in diagnoseOdrViolations()
9972 if (DR.SecondDiffType == EndOfClass && SecondTag) { in diagnoseOdrViolations()
9979 << SecondModule << SecondRange << DR.SecondDiffType; in diagnoseOdrViolations()
10317 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseOdrViolations() local
10321 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseOdrViolations()
10328 if (FirstDiffType != SecondDiffType) { in diagnoseOdrViolations()
10335 assert(FirstDiffType == SecondDiffType); in diagnoseOdrViolations()