CVisitor.visit

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias visit = Visitor.visit
  2. void visit(VarDecl v)
  3. void visit(FunctionDecl v)
    class CVisitor
    override
    void
    visit
    (
    scope const FunctionDecl v
    )
  4. void visit(TranslationUnit v)

Meta