Searched defs:ActionCommentHandler (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Parse/ | ||
H A D | Parser.cpp | 30 class ActionCommentHandler : public CommentHandler { class in namespace:__anon1098 34 explicit ActionCommentHandler(Sema &S) : S(S) { } function in class:__anon1098::ActionCommentHandler 68 CommentSemaHandler.reset(new ActionCommentHandler(actions)); |
Completed in 222 milliseconds