Searched refs:CommentHandler (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 1443 void Preprocessor::addCommentHandler(CommentHandler *Handler) { in addCommentHandler() 1450 void Preprocessor::removeCommentHandler(CommentHandler *Handler) { in removeCommentHandler() 1451 std::vector<CommentHandler *>::iterator Pos = in removeCommentHandler() 1459 for (std::vector<CommentHandler *>::iterator H = CommentHandlers.begin(), in HandleComment() 1660 CommentHandler::~CommentHandler() = default;
|
| /freebsd/contrib/expat/fuzz/ |
| H A D | xml_lpm_fuzzer.cpp | 258 CommentHandler(void *userData, const XML_Char *data) { in CommentHandler() function 395 XML_SetCommentHandler(parser, CommentHandler); in InitializeParser()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 39 public CommentHandler {
|
| H A D | PrecompiledPreamble.h | 235 virtual CommentHandler *getCommentHandler();
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.h | 68 public CommentHandler,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 70 class CommentHandler; variable 299 std::vector<CommentHandler *> CommentHandlers; 1582 void addCommentHandler(CommentHandler *Handler); 1587 void removeCommentHandler(CommentHandler *Handler); 3125 class CommentHandler { 3127 virtual ~CommentHandler();
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 526 if (auto CommentHandler = Callbacks.getCommentHandler()) in Build() local 527 Clang->getPreprocessor().addCommentHandler(CommentHandler); in Build() 830 CommentHandler *PreambleCallbacks::getCommentHandler() { return nullptr; } in getCommentHandler()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 35 class ActionCommentHandler : public CommentHandler {
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 573 std::unique_ptr<CommentHandler> CommentSemaHandler;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 11322 …tHandlerEPNS_14CommentHandlerE", "clang::Preprocessor::AddCommentHandler(clang::CommentHandler*)"}, 11323 …ndlerEPNS_14CommentHandlerE", "clang::Preprocessor::RemoveCommentHandler(clang::CommentHandler*)"}, 11325 {"_ZN5clang14CommentHandlerD0Ev", "clang::CommentHandler::~CommentHandler()"}, 11326 {"_ZN5clang14CommentHandlerD1Ev", "clang::CommentHandler::~CommentHandler()"}, 11327 {"_ZN5clang14CommentHandlerD2Ev", "clang::CommentHandler::~CommentHandler()"}, 11338 …CommentHandler**, std::vector<clang::CommentHandler*, std::allocator<clang::CommentHandler*>>> std… 11339 …CommentHandler*, std::allocator<clang::CommentHandler*>>::_M_insert_aux(__gnu_cxx::__normal_iterat… 25465 {"_ZTVN5clang14CommentHandlerE", "vtable for clang::CommentHandler"},
|