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

References

tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  979     if (T.isNot(tok::identifier)) {
  980       Printer.printToken(T);
  984     const auto *II = T.getIdentifierInfo();
  990     if (getMacroInfoForLocation(PP, SM, II, T.getLocation())) {
  991       getMacroNameAndPrintExpansion(Printer, T.getLocation(), PP, Info.Args,
 1043     Printer.printToken(T);