<div dir="ltr">I'm working on a doc-comment tool using RecursiveASTVisitor however it doesn't seem to work with member functions named Visit[Comment Type]Comment. <div>E.g. VisitFullComment never gets called. When dumping the AST for the same source it clearly shows the comments nested under a FunctionDecl node.<div><br></div><div>Do I have to extract the comments directly from declaration nodes? Or can I extract them independently?</div></div></div>