Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10032 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; in diagnoseOdrViolations() member
10055 DR.FirstDiffType = in diagnoseOdrViolations()
10096 if (DR.FirstDiffType == EndOfClass && FirstTag) { in diagnoseOdrViolations()
10104 << DR.FirstDiffType; in diagnoseOdrViolations()
10453 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; in diagnoseOdrViolations() local
10458 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseOdrViolations()
10465 if (FirstDiffType != SecondDiffType) { in diagnoseOdrViolations()
10472 assert(FirstDiffType == SecondDiffType); in diagnoseOdrViolations()
10474 switch (FirstDiffType) { in diagnoseOdrViolations()
10926 FirstDiffType == TypeAlias); in diagnoseOdrViolations()
[all …]