Searched refs:SecondDiffType (Results 1 – 1 of 1) sorted by relevance
9924 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; in diagnoseOdrViolations() member9949 DR.SecondDiffType = in diagnoseOdrViolations()10001 if (DR.SecondDiffType == EndOfClass && SecondTag) { in diagnoseOdrViolations()10008 << SecondModule << SecondRange << DR.SecondDiffType; in diagnoseOdrViolations()10346 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseOdrViolations() local10350 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseOdrViolations()10357 if (FirstDiffType != SecondDiffType) { in diagnoseOdrViolations()10364 assert(FirstDiffType == SecondDiffType); in diagnoseOdrViolations()