Searched refs:FirstDiffType (Results 1 – 2 of 2) sorted by relevance
639 DR.FirstDiffType = in FindTypeDiffs()692 GetMismatchedDeclLoc(FirstRecord, DR.FirstDiffType, DR.FirstDecl); in diagnoseSubMismatchDifferentDeclKinds()695 << FirstDiagInfo.second << DR.FirstDiffType; in diagnoseSubMismatchDifferentDeclKinds()907 ODRMismatchDecl FirstDiffType = DR.FirstDiffType; in diagnoseMismatch() local912 if (FirstDiffType == Other || SecondDiffType == Other) { in diagnoseMismatch()918 if (FirstDiffType != SecondDiffType) { in diagnoseMismatch()969 assert(FirstDiffType == SecondDiffType); in diagnoseMismatch()970 switch (FirstDiffType) { in diagnoseMismatch()1265 FirstDiffType == TypeAlias)) in diagnoseMismatch()1546 << FirstRecord << FirstModule.empty() << FirstModule << FirstDiffType in diagnoseMismatch()[all …]
123 ODRMismatchDecl FirstDiffType = Other, SecondDiffType = Other; member