Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp85 V->PP->removeCommentHandler(V); in EndSourceFileAction()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp827 void Preprocessor::removeCommentHandler(CommentHandler *Handler) { in removeCommentHandler() function in Preprocessor
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp101 const_cast<Preprocessor*>(CurrentPreprocessor)->removeCommentHandler(this); in EndSourceFile()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h706 void removeCommentHandler(CommentHandler *Handler);
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParser.cpp413 PP.removeCommentHandler(CommentSemaHandler.get()); in ~Parser()