Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9682 this](ODRFieldDifference DiffType) { in diagnoseOdrViolations()
9689 this](ODRFieldDifference DiffType) { in diagnoseOdrViolations()
9781 this](ODRTypedefDifference DiffType) { in diagnoseOdrViolations()
9788 this](ODRTypedefDifference DiffType) { in diagnoseOdrViolations()
9825 this](ODRVarDifference DiffType) { in diagnoseOdrViolations()
10309 ODRCXXRecordDifference DiffType) { in diagnoseOdrViolations()
10316 ODRCXXRecordDifference DiffType) { in diagnoseOdrViolations()
10750 ODRCXXRecordDifference DiffType) { in diagnoseOdrViolations()
10756 ODRCXXRecordDifference DiffType) { in diagnoseOdrViolations()
11053 ODRFunctionDifference DiffType) { in diagnoseOdrViolations()
[all …]
/llvm-project-15.0.7/libcxx/benchmarks/
H A Dstring.bench.cpp70 enum class DiffType { Control, ChangeFirst, ChangeMiddle, ChangeLast }; enum