Searched refs:DiffType (Results 1 – 2 of 2) sorted by relevance
70 enum class DiffType { Control, ChangeFirst, ChangeMiddle, ChangeLast }; enum71 struct AllDiffTypes : EnumValuesAsTuple<AllDiffTypes, DiffType, 4> {78 TEST_ALWAYS_INLINE const char* getSmallString(DiffType D) { in getSmallString()80 case DiffType::Control: in getSmallString()82 case DiffType::ChangeFirst: in getSmallString()84 case DiffType::ChangeMiddle: in getSmallString()86 case DiffType::ChangeLast: in getSmallString()94 TEST_ALWAYS_INLINE const char* getLargeString(DiffType D) { in getLargeString()98 case DiffType::Control: in getLargeString()100 case DiffType::ChangeFirst: in getLargeString()[all …]
78 FirstMethod](ODRMethodParametersDifference DiffType) { in diagnoseSubMismatchMethodParameters() argument84 << FirstMethod->getSourceRange() << DiffType << FirstMethodType in diagnoseSubMismatchMethodParameters()88 SecondMethod](ODRMethodParametersDifference DiffType) { in diagnoseSubMismatchMethodParameters() argument94 << SecondMethod->getSourceRange() << DiffType << SecondMethodType in diagnoseSubMismatchMethodParameters()158 this](ODRFieldDifference DiffType) { in diagnoseSubMismatchField() argument161 << FirstField->getSourceRange() << DiffType; in diagnoseSubMismatchField()164 this](ODRFieldDifference DiffType) { in diagnoseSubMismatchField() argument167 << SecondModule.empty() << SecondModule << SecondField->getSourceRange() << DiffType; in diagnoseSubMismatchField()256 this](ODRTypedefDifference DiffType) { in diagnoseSubMismatchTypedef() argument259 << FirstTD->getSourceRange() << DiffType; in diagnoseSubMismatchTypedef()[all …]