| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| H A D | globalDeclTransformer.cpp | 43 auto *funcExpr = util::NodeAllocator::ForceSetParent<ir::FunctionExpression>(allocator_, funcDecl->Function()); in VisitFunctionDeclaration() local
|
| H A D | globalClassHandler.cpp | 119 auto *funcExpr = NodeAllocator::Alloc<ir::FunctionExpression>(allocator_, func); in CreateGlobalMethod() local 280 auto *funcExpr = NodeAllocator::Alloc<ir::FunctionExpression>(allocator_, func); in CreateStaticBlock() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | interfacePropertyDeclarations.cpp | 118 auto *funcExpr = checker->AllocNode<ir::FunctionExpression>(func); in GenerateGetterOrSetter() local
|
| H A D | enumLowering.cpp | 228 auto *funcExpr = checker_->AllocNode<ir::FunctionExpression>(func); in CreateCCtorForEnumClass() local 299 auto *funcExpr = checker_->AllocNode<ir::FunctionExpression>(func); in CreateCtorForEnumClass() local
|
| H A D | lambdaLowering.cpp | 265 auto *funcExpr = util::NodeAllocator::ForceSetParent<ir::FunctionExpression>(allocator, func); in SetUpCalleeMethod() local 610 auto *funcExpr = util::NodeAllocator::ForceSetParent<ir::FunctionExpression>(allocator, func); in CreateLambdaClassConstructor() local 715 auto *funcExpr = util::NodeAllocator::ForceSetParent<ir::FunctionExpression>(allocator, func); in CreateLambdaClassInvoke() local
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| H A D | methodBuilder.cpp | 168 auto *funcExpr = CreateFunctionExpression(id, body, scriptFuncFlags); in CreateIrConstructor() local 186 auto *funcExpr = CreateFunctionExpression(id, body, ir::ScriptFunctionFlags::METHOD); in CreateIrMethod() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| H A D | ast_builder_test.cpp | 293 auto funcExpr = FunctionExpressionBuilder(Allocator()).SetFunction(func).Build(); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | dynamic.cpp | 144 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in CreateDynamicCallIntrinsic() local 289 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in CreateClassStaticInitializer() local 305 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in CreateClassInstanceInitializer() local
|
| H A D | utilityTypeHandlers.cpp | 432 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in CreateNonStaticClassInitializer() local
|
| H A D | function.cpp | 1950 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in CreateMethod() local
|
| H A D | helpers.cpp | 2425 auto *funcExpr = checker->AllocNode<ir::FunctionExpression>(func); in GenerateDefaultGetterSetter() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSparserClasses.cpp | 463 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in ParseClassMethodDefinition() local 492 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in ParseClassMethod() local 910 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in ParseInterfaceMethod() local [all...] |
| H A D | TSparser.cpp | 1913 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in ParseClassMethod() local
|
| H A D | expressionParser.cpp | 2392 auto *funcExpr = AllocNode<ir::FunctionExpression>(ident, functionNode); in ParseFunctionExpression() local
|
| H A D | parserImpl.cpp | 447 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in ParseClassMethod() local 575 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in ParseClassStaticBlock() local 663 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in BuildImplicitConstructor() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| H A D | scopesInitPhase.cpp | 462 void ScopesInitPhase::VisitFunctionExpression(ir::FunctionExpression *funcExpr) in VisitFunctionExpression() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | expressionParser.cpp | 2585 auto *funcExpr = AllocNode<ir::FunctionExpression>(functionNode); in ParseFunctionExpression() local
|
| H A D | parserImpl.cpp | 2625 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in ParseClassMethod() local 3055 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in CreateImplicitMethod() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| H A D | transformer.cpp | 928 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in AddMethodToClass() local 1966 auto *funcExpr = AllocNode<ir::FunctionExpression>(funcNode); in CreateCallExpressionForTsModule() local 2102 auto *funcExpr = AllocNode<ir::FunctionExpression>(funcNode); in CreateCallExpressionForTsEnum() local
|