Home
last modified time | relevance | path

Searched defs:statements (Results 1 - 25 of 32) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/ir/
H A Dstatement.cpp35 auto statements = std::get<std::vector<ir::AstNode *>>(newStatements); in UpdateForMultipleTransformedStatements() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalClassHandler.h31 ArenaVector<ir::Statement *> statements; member
H A DglobalClassHandler.cpp39 static bool FunctionExists(const ArenaVector<ir::Statement *> &statements, const std::string_view name) in FunctionExists() argument
102 CreateGlobalMethod(const std::string_view name, ArenaVector<ir::Statement *> &&statements) CreateGlobalMethod() argument
227 FormDependentInitTriggers(ArenaVector<ir::Statement *> &statements, const ModuleDependencies *moduleDependencies) FormDependentInitTriggers() argument
293 auto statements = globalDecl.TransformStatements(ast->Statements(), addInitializer); CollectProgramGlobalStatements() local
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsModuleBlock.h25 explicit TSModuleBlock(ArenaVector<Statement *> &&statements) in TSModuleBlock() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsModuleBlock.h34 explicit TSModuleBlock(ArenaVector<Statement *> &&statements) in TSModuleBlock() argument
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DblockExpression.h49 void AddStatements(ArenaVector<ir::Statement *> const &statements) in AddStatements() argument
H A DblockExpression.cpp26 BlockExpression::BlockExpression(ArenaVector<ir::Statement *> &&statements) in BlockExpression() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DblockExpressionBuilder.h32 BlockExpressionBuilder &SetStatements(ArenaVector<Statement *> statements) in SetStatements() argument
H A DblockStatementBuilder.h32 BlockStatementBuilder &SetStatements(ArenaVector<Statement *> statements) in SetStatements() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSfunction.cpp70 const auto &statements = block->Statements(); in CompileSourceBlock() local
H A Dfunction.cpp34 const auto &statements = block->Statements(); in CompileSourceBlock() local
H A DETSGen.cpp2257 void ETSGen::CompileStatements(const ArenaVector<ir::Statement *> &statements) in CompileStatements() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DrecordLowering.cpp165 auto statements = parser->CreateFormattedStatements(src, nodes); in CreateStatement() local
H A DlocalClassLowering.cpp174 auto &statements = body->AsBlockStatement()->Statements(); in ModifyConstructorParameters() local
H A DobjectLiteralLowering.cpp29 static void MaybeAllowConstAssign(checker::Type *targetType, ArenaVector<ir::Statement *> &statements) in MaybeAllowConstAssign() argument
51 static void RestoreNestedBlockExpression(const ArenaVector<ir::Statement *> &statements, in RestoreNestedBlockExpression() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DetsWarningAnalyzer.cpp50 const auto statements = program_->Ast()->Statements(); in AnalyzeClassDefForFinalModifier() local
88 const auto statements = program_->Ast()->Statements(); in AnalyzeClassMethodForFinalModifier() local
[all...]
H A Ddynamic.cpp399 ClassInitializerFromImport(ir::ETSImportDeclaration *import, ArenaVector<ir::Statement *> *statements) ClassInitializerFromImport() argument
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dfunction.cpp51 const auto &statements = block->Statements(); in CompileSourceBlock() local
176 const auto &statements in CompileClassInitializer() local
[all...]
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DmethodBuilder.cpp132 ir::BlockStatement *MethodBuilder::CreateBody(ArenaVector<ir::Statement *> statements) in CreateBody() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DscopedDebugInfoPlugin.cpp200 auto &statements = block->Statements(); in AddPrologueEpilogue() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSFormattedParser.cpp273 auto statements = ParseStatementList(StatementParsingFlags::STMT_GLOBAL_LEXICAL); in CreateStatement() local
316 auto statements = CreateStatements(sourceCode); in CreateFormattedStatements() local
[all...]
H A DTypedParser.cpp312 auto statements = ParseStatementList(); in ParseTsModuleBlock() local
H A DstatementParser.cpp371 ParseDirective(ArenaVector<ir::Statement *> *statements) ParseDirective() argument
397 ParseDirectivePrologue(ArenaVector<ir::Statement *> *statements) ParseDirectivePrologue() argument
419 auto statements = ParseStatementList(); ParseBlockStatement() local
[all...]
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.cpp490 void Helpers::CheckDefaultImport(const ArenaVector<ir::ETSImportDeclaration *> &statements) in CheckDefaultImport() argument
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp826 auto &statements = body->AsBlockStatement()->Statements(); in ScanDirectives() local

Completed in 25 milliseconds

12