Home
last modified time | relevance | path

Searched refs:CommentHandler (Results 1 – 16 of 16) 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/cpython2/Lib/xml/sax/
Dexpatreader.py267 parser.CommentHandler = None
273 parser.CommentHandler = lex.comment
/external/python/cpython3/Lib/xml/sax/
Dexpatreader.py264 parser.CommentHandler = None
270 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
257 self._parser.CommentHandler = None
263 self._parser.CommentHandler = self.comment_handler
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py185 parser.CommentHandler = self.comment_handler
257 self._parser.CommentHandler = None
263 self._parser.CommentHandler = self.comment_handler
/external/python/cpython3/Lib/test/
Dtest_pyexpat.py116 def CommentHandler(self, text): member in ParseTest.Outputter
371 def CommentHandler(self, data): member in BufferTextTest
/external/python/cpython2/Lib/test/
Dtest_pyexpat.py110 def CommentHandler(self, text): member in ParseTest.Outputter
336 def CommentHandler(self, data): member in BufferTextTest
/external/python/cpython3/Lib/xml/etree/
DElementTree.py1480 parser.CommentHandler = target.comment
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1498 parser.CommentHandler = self._comment
/external/clang/lib/Parse/
DParser.cpp30 class ActionCommentHandler : public CommentHandler {
/external/python/cpython2/Doc/library/
Dpyexpat.rst453 .. method:: xmlparser.CommentHandler(data)
/external/clang/include/clang/Parse/
DParser.h178 std::unique_ptr<CommentHandler> CommentSemaHandler;
/external/python/cpython3/Doc/library/
Dpyexpat.rst422 .. method:: xmlparser.CommentHandler(data)