Searched refs:FirstDiffType (Results 1 – 1 of 1) sorted by relevance
9895 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; in diagnoseOdrViolations() member9918 DR.FirstDiffType = in diagnoseOdrViolations()9959 if (DR.FirstDiffType == EndOfClass && FirstTag) { in diagnoseOdrViolations()9967 << DR.FirstDiffType; in diagnoseOdrViolations()10316 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; in diagnoseOdrViolations() local10321 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseOdrViolations()10328 if (FirstDiffType != SecondDiffType) { in diagnoseOdrViolations()10335 assert(FirstDiffType == SecondDiffType); in diagnoseOdrViolations()10337 switch (FirstDiffType) { in diagnoseOdrViolations()10789 FirstDiffType == TypeAlias); in diagnoseOdrViolations()[all …]