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

References

tools/clang/tools/clang-import-test/clang-import-test.cpp
  132     if (Info.hasSourceManager() && LangOpts) {
  133       SourceManager &SM = Info.getSourceManager();
  135       if (Info.getLocation().isValid()) {
  136         Info.getLocation().print(llvm::errs(), SM);
  141       Info.FormatDiagnostic(DiagText);
  144       if (Info.getLocation().isValid()) {
  145         PrintSourceForLocation(Info.getLocation(), SM);
  148       for (const CharSourceRange &Range : Info.getRanges()) {
  156     DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);