Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp9982 SecondDiffType = Other; in diagnoseOdrViolations() local
10042 SecondDiffType = in diagnoseOdrViolations()
10048 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseOdrViolations()
10074 if (FirstDiffType != SecondDiffType) { in diagnoseOdrViolations()
10089 if (SecondDiffType == EndOfClass) { in diagnoseOdrViolations()
10096 << SecondModule << SecondRange << SecondDiffType; in diagnoseOdrViolations()
10101 assert(FirstDiffType == SecondDiffType); in diagnoseOdrViolations()