Searched refs:FirstDiffType (Results 1 – 2 of 2) sorted by relevance
641 DR.FirstDiffType = in FindTypeDiffs()694 GetMismatchedDeclLoc(FirstRecord, DR.FirstDiffType, DR.FirstDecl); in diagnoseSubMismatchDifferentDeclKinds()697 << FirstDiagInfo.second << DR.FirstDiffType; in diagnoseSubMismatchDifferentDeclKinds()909 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; in diagnoseMismatch() local914 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseMismatch()920 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()971 assert(FirstDiffType == SecondDiffType); in diagnoseMismatch()972 switch (FirstDiffType) { in diagnoseMismatch()1270 FirstDiffType == TypeAlias)) in diagnoseMismatch()1556 << FirstRecord << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()[all …]
123 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; member