clang: clang::syntax::MutationsImpl Class Reference (original) (raw)

Static Public Member Functions
static void addAfter (syntax::Node *Anchor, syntax::Node *New, NodeRole Role)
Add a new node with a specified role.
static void replace (syntax::Node *Old, syntax::Node *New)
Replace the node, keeping the role.
static void remove (syntax::Node *N)
Completely remove the node from its parent.

Definition at line 27 of file Mutations.cpp.

addAfter()

remove()

static void clang::syntax::MutationsImpl::remove ( syntax::Node * N) inlinestatic

replace()


The documentation for this class was generated from the following file: