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

References

tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  955   IdentifierInfo* IDInfo = PP.getIdentifierInfo(Info.Name);
  964     return Info.Name;
  967   if (!Info.MI)
  968     return Info.Name;
  971   Info.Args.expandFromPrevMacro(PrevArgs);
  974   for (auto It = Info.MI->tokens_begin(), E = Info.MI->tokens_end(); It != E;
  974   for (auto It = Info.MI->tokens_begin(), E = Info.MI->tokens_end(); It != E;
  991       getMacroNameAndPrintExpansion(Printer, T.getLocation(), PP, Info.Args,
 1004     auto ArgMapIt = Info.Args.find(II);
 1005     if (ArgMapIt != Info.Args.end()) {
 1025                                       Info.Args, AlreadyProcessedTokens);
 1048   return Info.Name;