Home
last modified time | relevance | path

Searched defs:stmt (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DswitchBuilder.cpp28 SwitchBuilder::SwitchBuilder(PandaGen *pg, const ir::SwitchStatement *stmt) in SwitchBuilder()
54 for (const auto *stmt : stmt_->Cases()[index]->Consequent()) { in CompileCaseStatements() local
Dfunction.cpp41 for (const auto *stmt : statements) { in CompileSourceBlock() local
129 for (auto const &stmt : statements) { in CompileInstanceFields() local
Dpandagen.h465 void SetFirstStmt(const ir::Statement *stmt) in SetFirstStmt()
/arkcompiler/ets_frontend/ts2panda/src/statement/
DtryStatement.ts111 private stmt: ts.Statement; property in TryStatement
187 protected stmt: ts.Statement; property in TryBuilderBase
DswitchStatement.ts29 private stmt: ts.SwitchStatement; property in SwitchBase
/arkcompiler/ets_frontend/es2panda/util/
Dconcurrent.cpp56 const auto *stmt = statements.front(); in SetConcurrent() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp463 for (auto *stmt : classDef->Body()) { in BuildClassDefinition() local
/arkcompiler/ets_frontend/ts2panda/src/
Djshelpers.js38 function getFlowNode(stmt) { argument
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2534 static bool IsConstructor(ir::Statement *stmt) in IsConstructor()