Searched refs:SecondDiffType (Results 1 – 2 of 2) sorted by relevance
643 DR.SecondDiffType = in FindTypeDiffs()700 GetMismatchedDeclLoc(SecondRecord, DR.SecondDiffType, DR.SecondDecl); in diagnoseSubMismatchDifferentDeclKinds()703 << DR.SecondDiffType; in diagnoseSubMismatchDifferentDeclKinds()910 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local914 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseMismatch()920 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()971 assert(FirstDiffType == SecondDiffType); in diagnoseMismatch()1590 ODRMismatchDecl SecondDiffType = DR.SecondDiffType; in diagnoseMismatch() local1594 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseMismatch()1600 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()[all …]
123 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; member