Home
last modified time | relevance | path

Searched defs:ast (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h113 void SetAst(ir::BlockStatement *ast) in SetAst()
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp76 auto ast = parser_->Parse(fname, src, rname, kind); in Compile() local