Skip to content

AstInterface::NewVar

Synopsis

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

std::string
NewVar(
    AstNodeType const& t,
    std::string const& name = "",
    bool makeunique = false,
    bool delayInsert = true,
    AstNodePtr const& declLoc = AST_NULL,
    AstNodePtr const& init = AST_NULL);

Created with MrDocs