Home
last modified time | relevance | path

Searched defs:DiffType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp78 FirstMethod](ODRMethodParametersDifference DiffType) { in diagnoseSubMismatchMethodParameters()
88 SecondMethod](ODRMethodParametersDifference DiffType) { in diagnoseSubMismatchMethodParameters()
158 this](ODRFieldDifference DiffType) { in diagnoseSubMismatchField()
164 this](ODRFieldDifference DiffType) { in diagnoseSubMismatchField()
256 this](ODRTypedefDifference DiffType) { in diagnoseSubMismatchTypedef()
262 this](ODRTypedefDifference DiffType) { in diagnoseSubMismatchTypedef()
300 this](ODRVarDifference DiffType) { in diagnoseSubMismatchVar()
305 auto DiagNote = [SecondVD, SecondModule, this](ODRVarDifference DiffType) { in diagnoseSubMismatchVar()
373 ODRReferencedProtocolDifference DiffType) { in diagnoseSubMismatchProtocols()
380 ODRReferencedProtocolDifference DiffType) { in diagnoseSubMismatchProtocols()
[all …]
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dstring.bench.cpp70 enum class DiffType { Control, ChangeFirst, ChangeMiddle, ChangeLast }; enum