Searched defs:ast (Results 1 – 4 of 4) sorted by relevance
21 const donkey = (ast) => ast; argument
123 void SetAst(ir::BlockStatement *ast) in SetAst()
78 auto ast = parser_->Parse(fname, src, rname, kind); in Compile() local
129 void Transformer::PushVariablesToNearestStatements(ir::BlockStatement *ast) in PushVariablesToNearestStatements()