Home
last modified time | relevance | path

Searched defs:CommentHandler (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/expat/fuzz/
H A Dxml_lpm_fuzzer.cpp258 CommentHandler(void *userData, const XML_Char *data) { in CommentHandler() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp528 if (auto CommentHandler = Callbacks.getCommentHandler()) in Build() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h69 class CommentHandler; variable