Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp875 void Preprocessor::removeCommentHandler(CommentHandler *Handler) { in removeCommentHandler() function in Preprocessor
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp101 const_cast<Preprocessor*>(CurrentPreprocessor)->removeCommentHandler(this); in EndSourceFile()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h954 void removeCommentHandler(CommentHandler *Handler);
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParser.cpp433 PP.removeCommentHandler(CommentSemaHandler.get()); in ~Parser()