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

References

tools/clang/tools/extra/clang-query/Query.cpp
   97       OS << "Not a valid top-level matcher.\n";
  104       OS << "\n  " << prefixText << Source << "\n";
  105       OS << "  " << std::string(prefixText.size() + Source.size(), '=') << '\n';
  109       OS << "\nMatch #" << ++MatchCount << ":\n\n";
  116             TextDiagnostic TD(OS, AST->getASTContext().getLangOpts(),
  125           OS << "Binding for \"" << BI->first << "\":\n";
  126           BI->second.print(OS, AST->getASTContext().getPrintingPolicy());
  127           OS << "\n";
  130           OS << "Binding for \"" << BI->first << "\":\n";
  131           BI->second.dump(OS, AST->getSourceManager());
  132           OS << "\n";
  137         OS << "No bindings.\n";
  141   OS << MatchCount << (MatchCount == 1 ? " match.\n" : " matches.\n");