Home
last modified time | relevance | path

Searched defs:funcExpr (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalDeclTransformer.cpp43 auto *funcExpr = util::NodeAllocator::ForceSetParent<ir::FunctionExpression>(allocator_, funcDecl->Function()); in VisitFunctionDeclaration() local
H A DglobalClassHandler.cpp119 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 DinterfacePropertyDeclarations.cpp118 auto *funcExpr = checker->AllocNode<ir::FunctionExpression>(func); in GenerateGetterOrSetter() local
H A DenumLowering.cpp228 auto *funcExpr = checker_->AllocNode<ir::FunctionExpression>(func); in CreateCCtorForEnumClass() local
299 auto *funcExpr = checker_->AllocNode<ir::FunctionExpression>(func); in CreateCtorForEnumClass() local
H A DlambdaLowering.cpp265 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 DmethodBuilder.cpp168 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 Dast_builder_test.cpp293 auto funcExpr = FunctionExpressionBuilder(Allocator()).SetFunction(func).Build(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Ddynamic.cpp144 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 DutilityTypeHandlers.cpp432 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in CreateNonStaticClassInitializer() local
H A Dfunction.cpp1950 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in CreateMethod() local
H A Dhelpers.cpp2425 auto *funcExpr = checker->AllocNode<ir::FunctionExpression>(func); in GenerateDefaultGetterSetter() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserClasses.cpp463 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 DTSparser.cpp1913 auto *funcExpr = AllocNode<ir::FunctionExpression>(func); in ParseClassMethod() local
H A DexpressionParser.cpp2392 auto *funcExpr = AllocNode<ir::FunctionExpression>(ident, functionNode); in ParseFunctionExpression() local
H A DparserImpl.cpp447 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 DscopesInitPhase.cpp462 void ScopesInitPhase::VisitFunctionExpression(ir::FunctionExpression *funcExpr) in VisitFunctionExpression() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp2585 auto *funcExpr = AllocNode<ir::FunctionExpression>(functionNode); in ParseFunctionExpression() local
H A DparserImpl.cpp2625 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 Dtransformer.cpp928 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

Completed in 44 milliseconds