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

References

tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
 1054   const SourceManager &SM = PP.getSourceManager();
 1055   const LangOptions &LangOpts = PP.getLangOpts();
 1070   std::string MacroName = PP.getSpelling(TheTok);
 1072   const auto *II = PP.getIdentifierInfo(MacroName);
 1075   const MacroInfo *MI = getMacroInfoForLocation(PP, SM, II, ExpanLoc);
 1123   const IdentifierInfo *__VA_ARGS__II = PP.getIdentifierInfo("__VA_ARGS__");
 1157           PP.LookUpIdentifierInfo(TheTok);