class CommentVisitorBase
Declaration
template <template <typename> class... Ptr,
typename ImplClass,
typename RetTy = void,
class... ParamTys>
class CommentVisitorBase { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/CommentVisitor.h:20
Templates
- template
class Ptr - ImplClass
- RetTy = void
- ParamTys
Method Overview
- public RetTy visit(typename Ptr<Comment>::type C, ParamTys... P)
- public RetTy visitComment(typename Ptr<Comment>::type C, ParamTys... P)
Methods
¶RetTy visit(typename Ptr<Comment>::type C,
ParamTys... P)
RetTy visit(typename Ptr<Comment>::type C,
ParamTys... P)
Declared at: clang/include/clang/AST/CommentVisitor.h:27
Parameters
- typename Ptr<Comment>::type C
- ParamTys... P
¶RetTy visitComment(typename Ptr<Comment>::type C,
ParamTys... P)
RetTy visitComment(typename Ptr<Comment>::type C,
ParamTys... P)
Declared at: clang/include/clang/AST/CommentVisitor.h:51
Parameters
- typename Ptr<Comment>::type C
- ParamTys... P