Searched refs:ActionCommentHandler (Results 1 – 1 of 1) sorted by relevance
30 class ActionCommentHandler : public CommentHandler { class34 explicit ActionCommentHandler(Sema &S) : S(S) { } in ActionCommentHandler() function in __anoncee71aa10111::ActionCommentHandler67 CommentSemaHandler.reset(new ActionCommentHandler(actions)); in Parser()