Searched refs:SecondDiffType (Results 1 – 2 of 2) sorted by relevance
641 DR.SecondDiffType = in FindTypeDiffs()698 GetMismatchedDeclLoc(SecondRecord, DR.SecondDiffType, DR.SecondDecl); in diagnoseSubMismatchDifferentDeclKinds()701 << DR.SecondDiffType; in diagnoseSubMismatchDifferentDeclKinds()908 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local912 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseMismatch()918 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()969 assert(FirstDiffType == SecondDiffType); in diagnoseMismatch()1588 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local1592 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseMismatch()1598 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()[all …]
123 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; member