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

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  452   void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind,
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  178 void ExpandModularHeadersPPCallbacks::PragmaComment(SourceLocation Loc,
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  184 void PPCallbacksTracker::PragmaComment(SourceLocation Loc,

References

tools/clang/include/clang/Lex/PPCallbacks.h
  454     First->PragmaComment(Loc, Kind, Str);
  455     Second->PragmaComment(Loc, Kind, Str);
tools/clang/lib/Parse/ParsePragma.cpp
 2608     PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString);