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(const(VarDecl) v)
  3. void visit(const(FunctionDecl) v)
  4. void visit(const(TranslationUnit) v)
    class CVisitor
    override
    void
    visit
    (
    const(TranslationUnit) v
    )

Meta