Home
last modified time | relevance | path

Searched refs:CommentHandler (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/Lex/
DPreprocessor.cpp876 void Preprocessor::addCommentHandler(CommentHandler *Handler) { in addCommentHandler()
883 void Preprocessor::removeCommentHandler(CommentHandler *Handler) { in removeCommentHandler()
884 std::vector<CommentHandler *>::iterator Pos in removeCommentHandler()
892 for (std::vector<CommentHandler *>::iterator H = CommentHandlers.begin(), in HandleComment()
906 CommentHandler::~CommentHandler() { } in ~CommentHandler()
/external/clang/include/clang/Lex/
DPreprocessor.h52 class CommentHandler; variable
215 std::vector<CommentHandler *> CommentHandlers;
961 void addCommentHandler(CommentHandler *Handler);
966 void removeCommentHandler(CommentHandler *Handler);
1945 class CommentHandler {
1947 virtual ~CommentHandler();
/external/clang/include/clang/Frontend/
DVerifyDiagnosticConsumer.h142 public CommentHandler {
/external/python/cpython3/Lib/xml/sax/
Dexpatreader.py272 parser.CommentHandler = None
278 parser.CommentHandler = lex.comment
/external/clang/unittests/Tooling/
DCommentHandlerTest.cpp27 public CommentHandler {
/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py185 parser.CommentHandler = self.comment_handler
254 self._parser.CommentHandler = None
260 self._parser.CommentHandler = self.comment_handler
/external/python/cpython3/Lib/test/
Dtest_pyexpat.py118 def CommentHandler(self, text): member in ParseTest.Outputter
371 def CommentHandler(self, data): member in BufferTextTest
/external/python/cpython3/Lib/xml/etree/
DElementTree.py1552 parser.CommentHandler = target.comment
1609 parser.CommentHandler = handler
/external/python/cpython3/Modules/
Dpyexpat.c2170 HANDLER_INFO(CommentHandler)
/external/clang/lib/Parse/
DParser.cpp30 class ActionCommentHandler : public CommentHandler {
/external/clang/include/clang/Parse/
DParser.h178 std::unique_ptr<CommentHandler> CommentSemaHandler;
/external/python/cpython3/Doc/library/
Dpyexpat.rst462 .. method:: xmlparser.CommentHandler(data)