Searched refs:removeCommentHandler (Results 1 - 5 of 5) sorted by relevance

/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp85 V->PP->removeCommentHandler(V);
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp101 const_cast<Preprocessor*>(CurrentPreprocessor)->removeCommentHandler(this);
/external/clang/lib/Lex/
H A DPreprocessor.cpp883 void Preprocessor::removeCommentHandler(CommentHandler *Handler) { function in class:Preprocessor
/external/clang/include/clang/Lex/
H A DPreprocessor.h966 void removeCommentHandler(CommentHandler *Handler);
/external/clang/lib/Parse/
H A DParser.cpp434 PP.removeCommentHandler(CommentSemaHandler.get());

Completed in 625 milliseconds