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

References

tools/clang/include/clang/Frontend/SerializedDiagnosticReader.h
  100   visitDiagnosticRecord(unsigned Severity, const Location &Location,
  114   visitFixitRecord(const Location &Start, const Location &End, StringRef Text) {
  114   visitFixitRecord(const Location &Start, const Location &End, StringRef Text) {
  119   virtual std::error_code visitSourceRangeRecord(const Location &Start,
  120                                                  const Location &End) {
tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
  110       unsigned Severity, const serialized_diags::Location &Location,
  115   std::error_code visitFixitRecord(const serialized_diags::Location &Start,
  116                                    const serialized_diags::Location &End,
  119   visitSourceRangeRecord(const serialized_diags::Location &Start,
  120                          const serialized_diags::Location &End) override;
  807 SDiagsMerger::visitSourceRangeRecord(const serialized_diags::Location &Start,
  808                                      const serialized_diags::Location &End) {
  818     unsigned Severity, const serialized_diags::Location &Location,
  831 SDiagsMerger::visitFixitRecord(const serialized_diags::Location &Start,
  832                                const serialized_diags::Location &End,
tools/clang/tools/libclang/CXLoadedDiagnostic.cpp
  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;
  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,