Lines Matching refs:serialized_diags
74 auto severityAsLevel = static_cast<serialized_diags::Level>(severity);
79 #define CASE(X) case serialized_diags::X: return CXDiagnostic_##X;
87 case serialized_diags::Remark: return CXDiagnostic_Warning;
190 class DiagLoader : serialized_diags::SerializedDiagnosticReader {
201 return serialized_diags::SDError::HandlerFailed;
208 std::error_code readRange(const serialized_diags::Location &SDStart,
209 const serialized_diags::Location &SDEnd,
212 std::error_code readLocation(const serialized_diags::Location &SDLoc,
224 unsigned Severity, const serialized_diags::Location &Location,
231 std::error_code visitFixitRecord(const serialized_diags::Location &Start,
232 const serialized_diags::Location &End,
236 visitSourceRangeRecord(const serialized_diags::Location &Start,
237 const serialized_diags::Location &End) override;
258 case static_cast<int>(serialized_diags::SDError::HandlerFailed):
261 case static_cast<int>(serialized_diags::SDError::CouldNotLoad):
275 DiagLoader::readLocation(const serialized_diags::Location &SDLoc,
292 DiagLoader::readRange(const serialized_diags::Location &SDStart,
293 const serialized_diags::Location &SDEnd,
354 DiagLoader::visitSourceRangeRecord(const serialized_diags::Location &Start,
355 const serialized_diags::Location &End) {
364 DiagLoader::visitFixitRecord(const serialized_diags::Location &Start,
365 const serialized_diags::Location &End,
379 unsigned Severity, const serialized_diags::Location &Location,