Home
last modified time | relevance | path

Searched refs:FirstDiffType (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
9959 DR.FirstDiffType = in diagnoseOdrViolations()
10013 GetMismatchedDeclLoc(FirstRecord, DR.FirstDiffType, DR.FirstDecl); in diagnoseOdrViolations()
10016 << FirstDiagInfo.second << DR.FirstDiffType; in diagnoseOdrViolations()
10253 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; in diagnoseOdrViolations() local
10258 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseOdrViolations()
10265 if (FirstDiffType != SecondDiffType) { in diagnoseOdrViolations()
10321 assert(FirstDiffType == SecondDiffType); in diagnoseOdrViolations()
10322 switch (FirstDiffType) { in diagnoseOdrViolations()
10684 FirstDiffType == TypeAlias); in diagnoseOdrViolations()
[all …]