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};
  822       Location.Col, Location.Offset, CategoryLookup[Category],
  835                                      Start.Line, Start.Col, Start.Offset,
  836                                      FileLookup[End.FileID], End.Line, End.Col,
tools/clang/tools/libclang/CXLoadedDiagnostic.cpp
  283   LoadedLoc.column = SDLoc.Col;