Lines Matching refs:serialized_diags
71 auto severityAsLevel = static_cast<serialized_diags::Level>(severity);
76 #define CASE(X) case serialized_diags::X: return CXDiagnostic_##X;
84 case serialized_diags::Remark: return CXDiagnostic_Warning;
187 class DiagLoader : serialized_diags::SerializedDiagnosticReader {
198 return serialized_diags::SDError::HandlerFailed;
205 std::error_code readRange(const serialized_diags::Location &SDStart,
206 const serialized_diags::Location &SDEnd,
209 std::error_code readLocation(const serialized_diags::Location &SDLoc,
221 unsigned Severity, const serialized_diags::Location &Location,
228 std::error_code visitFixitRecord(const serialized_diags::Location &Start,
229 const serialized_diags::Location &End,
233 visitSourceRangeRecord(const serialized_diags::Location &Start,
234 const serialized_diags::Location &End) override;
255 case static_cast<int>(serialized_diags::SDError::HandlerFailed):
258 case static_cast<int>(serialized_diags::SDError::CouldNotLoad):
272 DiagLoader::readLocation(const serialized_diags::Location &SDLoc,
289 DiagLoader::readRange(const serialized_diags::Location &SDStart,
290 const serialized_diags::Location &SDEnd,
351 DiagLoader::visitSourceRangeRecord(const serialized_diags::Location &Start,
352 const serialized_diags::Location &End) {
361 DiagLoader::visitFixitRecord(const serialized_diags::Location &Start,
362 const serialized_diags::Location &End,
376 unsigned Severity, const serialized_diags::Location &Location,