Skip to content

AstInterface::InsertStmt

Synopsis

Declared in <src/midend/astUtil/astInterface/AstInterface.h>

void
InsertStmt(
    AstNodePtr const& orig,
    AstNodePtr const& n,
    bool before = true,
    bool extractFromBlock = false);

Created with MrDocs