TUVisitor.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(UnexposedDecl) v)
  3. void visit(const(LinkageSpec) v)
  4. void visit(const(FunctionDecl) v)
    class TUVisitor
    override
    void
    visit
    (
    const(FunctionDecl) v
    )
  5. void visit(const(TranslationUnit) v)

Meta