Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp78 V->PP->addCommentHandler(V); in BeginSourceFileAction()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp820 void Preprocessor::addCommentHandler(CommentHandler *Handler) { in addCommentHandler() function in Preprocessor
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp81 const_cast<Preprocessor*>(PP)->addCommentHandler(this); in BeginSourceFile()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h701 void addCommentHandler(CommentHandler *Handler);
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParser.cpp69 PP.addCommentHandler(CommentSemaHandler.get()); in Parser()