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
133 for (auto const &stmt : statements) { in CompileInstanceFields() local
Dpandagen.h485 void SetFirstStmt(const ir::Statement *stmt) in SetFirstStmt()
/arkcompiler/ets_frontend/ts2panda/src/statement/
DswitchStatement.ts29 private stmt: ts.SwitchStatement; property in SwitchBase
DtryStatement.ts111 private stmt: ts.Statement; property in TryStatement
187 protected stmt: ts.Statement; property in TryBuilderBase
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp689 auto *stmt = *iter++; in ScanDirectives() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp571 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.cpp2673 static bool IsConstructor(ir::Statement *stmt) in IsConstructor()