Searched defs:CommentHandler (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_pyexpat.py | 110 def CommentHandler(self, text): member in ParseTest.Outputter |
/external/python/cpython3/Lib/test/ | ||
D | test_pyexpat.py | 117 def CommentHandler(self, text): member in ParseTest.Outputter |
/external/llvm-project/clang/lib/Frontend/ | ||
D | PrecompiledPreamble.cpp | 431 if (auto CommentHandler = Callbacks.getCommentHandler()) in Build() local |
/external/clang/include/clang/Lex/ | ||
D | Preprocessor.h | 52 class CommentHandler; variable |
/external/llvm-project/clang/include/clang/Lex/ | ||
D | Preprocessor.h | 67 class CommentHandler; variable |