Searched refs:DiffType (Results 1 – 3 of 3) sorted by relevance
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 …]
55 template <class Iter, class Category, class ValueType, class DiffType, class RefType, class PtrType>60 static_assert(std::same_as<typename Traits::difference_type, DiffType>); in test()