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

struct FunctionVisitor (
UserT
) {
UserT user;
}

Meta