Searched refs:SecondDiffType (Results 1 – 2 of 2) sorted by relevance
643 DR.SecondDiffType = in FindTypeDiffs()703 << DR.SecondDiffType; in diagnoseSubMismatchDifferentDeclKinds()910 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local920 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()971 assert(FirstDiffType == SecondDiffType); in diagnoseMismatch()1585 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local1595 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()2023 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local2033 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()2151 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local[all …]
123 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; member