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

Declarations

tools/clang/include/clang/Lex/Preprocessor.h
 1193   void removeCommentHandler(CommentHandler *Handler);

References

tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  692           removeCommentHandler(this);
tools/clang/lib/Parse/Parser.cpp
  427   PP.removeCommentHandler(CommentSemaHandler.get());
tools/clang/unittests/Tooling/CommentHandlerTest.cpp
   83       V->PP->removeCommentHandler(V);