reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
  810       RECORD_SOURCE_RANGE, FileLookup[Start.FileID], Start.Line, Start.Col,
  811       Start.Offset, FileLookup[End.FileID], End.Line, End.Col, End.Offset};
  821       RECORD_DIAG, Severity, FileLookup[Location.FileID], Location.Line,
  834   RecordData::value_type Record[] = {RECORD_FIXIT, FileLookup[Start.FileID],
  836                                      FileLookup[End.FileID], End.Line, End.Col,
  847   FileLookup[ID] = Writer.getEmitFile(Name.str().c_str());