Searched refs:CommentHandlerVisitor (Results 1 - 1 of 1) sorted by relevance

/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp26 class CommentHandlerVisitor : public TestVisitor<CommentHandlerVisitor>, class in namespace:clang
28 typedef TestVisitor<CommentHandlerVisitor> base;
31 CommentHandlerVisitor() : base(), PP(nullptr), Verified(false) {} function in class:clang::CommentHandlerVisitor
33 ~CommentHandlerVisitor() {
70 CommentHandlerAction(CommentHandlerVisitor *Visitor)
75 CommentHandlerVisitor *V =
76 static_cast<CommentHandlerVisitor*>(this->Visitor);
83 CommentHandlerVisitor *V =
84 static_cast<CommentHandlerVisitor*>(thi
[all...]

Completed in 86 milliseconds