Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9899 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; in diagnoseOdrViolations() member
9961 DR.SecondDiffType = in diagnoseOdrViolations()
10019 GetMismatchedDeclLoc(SecondRecord, DR.SecondDiffType, DR.SecondDecl); in diagnoseOdrViolations()
10021 << SecondModule << SecondDiagInfo.second << DR.SecondDiffType; in diagnoseOdrViolations()
10254 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseOdrViolations() local
10258 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseOdrViolations()
10265 if (FirstDiffType != SecondDiffType) { in diagnoseOdrViolations()
10321 assert(FirstDiffType == SecondDiffType); in diagnoseOdrViolations()