class CommentVisitor

Declaration

template <typename ImplClass,
          typename RetTy = void,
          class... ParamTys>
class CommentVisitor { /* full declaration omitted */ };

Declared at: clang/include/clang/AST/CommentVisitor.h:58

Templates

ImplClass
RetTy = void
ParamTys