Lines Matching refs:Location
93 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { in makeLocation()
173 const Location &Loc = *((Location*)V); in decodeLocation()
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,
213 CXLoadedDiagnostic::Location &LoadedLoc);
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;
275 DiagLoader::readLocation(const serialized_diags::Location &SDLoc, in readLocation()
276 CXLoadedDiagnostic::Location &LoadedLoc) { in readLocation()
292 DiagLoader::readRange(const serialized_diags::Location &SDStart, in readRange()
293 const serialized_diags::Location &SDEnd, in readRange()
295 CXLoadedDiagnostic::Location *Start, *End; in readRange()
296 Start = TopDiags->Alloc.Allocate<CXLoadedDiagnostic::Location>(); in readRange()
297 End = TopDiags->Alloc.Allocate<CXLoadedDiagnostic::Location>(); in readRange()
354 DiagLoader::visitSourceRangeRecord(const serialized_diags::Location &Start, in visitSourceRangeRecord()
355 const serialized_diags::Location &End) { in visitSourceRangeRecord()
364 DiagLoader::visitFixitRecord(const serialized_diags::Location &Start, in visitFixitRecord()
365 const serialized_diags::Location &End, in visitFixitRecord()
379 unsigned Severity, const serialized_diags::Location &Location, in visitDiagnosticRecord() argument
383 if (std::error_code EC = readLocation(Location, D.DiagLoc)) in visitDiagnosticRecord()