FunctionVisitor

A depth-first visitor.

See: llvm_hiwrap.ast.tree

Accepted node types are: - FunctionValue

and those specified in: See: llvm_hiwrap.value.basic_block

Members

Functions

visit
void visit(FunctionValue n)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin BasicBlockAccept!(FunctionVisitor, UserT)
Undocumented in source.
__anonymous
mixin FunctionAccept!(FunctionVisitor, UserT)
Undocumented in source.

Variables

user
UserT user;
Undocumented in source.

Meta