Home
last modified time | relevance | path

Searched defs:callExpr (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DimportExportAccessValid.cpp48 const auto *callExpr = ast->AsCallExpression(); in operator ()() local
78const ir::AstNode *callExpr, util::StringView name) in InvariantImportExportMethod()
125 … const ir::Identifier *ident, const ir::AstNode *callExpr) in HandleImportExportIdentifier()
DmodifierAccessValid.cpp54 const auto *callExpr = ast->AsCallExpression(); in HandleCallExpression() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
DoptionalChain.cpp75 auto callExpr = iter->AsCallExpression(); in InitThisVRegForCallExpression() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumPostCheckLowering.cpp84 …auto *callExpr = CallStaticEnumMethod(checker, enumIf, &checker::ETSEnumType::ValueOfMethod, expr); in GenerateValueOfCall() local
134 auto *callExpr = CallStaticEnumMethod(ctx->checker->AsETSChecker(), enumIf, in Perform() local
DlambdaLowering.cpp874 …auto *callExpr = util::NodeAllocator::ForceSetParent<ir::CallExpression>(allocator, funcRef, std::… in GetWrappingLambdaParentFunction() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DSupportedStdCallAPI.ts53 … const callExpr = ts.isIdentifier(node) ? SupportedStdCallApiChecker.getCallExprNode(node) : node; constant
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp101 …auto *callExpr = AllocNode<ir::CallExpression>(reflectApply, std::move(arguments), nullptr, false); in ParseCommonjs() local
DexpressionParser.cpp1343 …auto *callExpr = AllocNode<ir::CallExpression>(callee, std::move(arguments), nullptr, isOptionalCh… in ParseCallExpression() local
DparserImpl.cpp3044 … auto *callExpr = AllocNode<ir::CallExpression>(superExpr, std::move(callArgs), nullptr, false); in CreateImplicitMethod() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_change_call_lambda.cpp81 …auto *callExpr = const_cast<es2panda_AstNode *>(impl->ExpressionStatementGetExpressionConst(ctx, e… in UpdateCall() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp490 void ETSChecker::MaybeSubstituteLambdaArgumentsInFunctionCall(ir::CallExpression *callExpr) in MaybeSubstituteLambdaArgumentsInFunctionCall()
513 void ETSChecker::MaybeSubstituteLambdaArgumentsInFunctionCallHelper(ir::CallExpression *callExpr, i… in MaybeSubstituteLambdaArgumentsInFunctionCallHelper()
542 ir::CallExpression *callExpr) in MaybeSubstituteLambdaArguments()
952 ir::CallExpression *callExpr, in ResolveCallExpressionAndTrailingLambda()
1629 …SChecker::ValidateSignatureAccessibility(ETSObjectType *callee, const ir::CallExpression *callExpr, in ValidateSignatureAccessibility()
2009 void ETSChecker::MoveTrailingBlockToEnclosingBlockStatement(ir::CallExpression *callExpr) in MoveTrailingBlockToEnclosingBlockStatement()
2031 void ETSChecker::TransformTraillingLambda(ir::CallExpression *callExpr) in TransformTraillingLambda()
2074 ArenaVector<ir::Expression *> ETSChecker::ExtendArgumentsWithFakeLamda(ir::CallExpression *callExpr) in ExtendArgumentsWithFakeLamda()
2099 void ETSChecker::EnsureValidCurlyBrace(ir::CallExpression *callExpr) in EnsureValidCurlyBrace()
DaliveAnalyzer.cpp375 void AliveAnalyzer::AnalyzeCall(const ir::CallExpression *callExpr) in AnalyzeCall()
DassignAnalyzer.cpp1139 void AssignAnalyzer::AnalyzeCallExpr(const ir::CallExpression *callExpr) in AnalyzeCallExpr()
Dobject.cpp1748 …auto callExpr = memberExpr->Parent()->IsCallExpression() ? memberExpr->Parent()->AsCallExpression(… in ValidateGetterSetter() local
Dhelpers.cpp2570 auto *callExpr = ident->Parent()->AsCallExpression(); in TryTransformingToStaticInvoke() local
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.h138 virtual void ParseTrailingBlock([[maybe_unused]] ir::CallExpression *callExpr) {} in ParseTrailingBlock()
DparserImpl.cpp674 … auto *callExpr = AllocNode<ir::CallExpression>(superExpr, std::move(callArgs), nullptr, false); in BuildImplicitConstructor() local
DETSparser.cpp2112 void ETSParser::ParseTrailingBlock(ir::CallExpression *callExpr) in ParseTrailingBlock()
DexpressionParser.cpp1495 ir::CallExpression *callExpr {}; in ParseCallExpression() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1419 auto *callExpr = AllocNode<ir::CallExpression>( in CreateParamDecorators() local
1454 auto *callExpr = AllocNode<ir::CallExpression>( in CreatePropertyDecorators() local
1500 auto *callExpr = AllocNode<ir::CallExpression>( in CreateMethodDecorators() local
1605 auto *callExpr = AllocNode<ir::CallExpression>( in CreateClassDecorators() local
1958 auto *callExpr = AllocNode<ir::CallExpression>(funcExpr, std::move(arguments), nullptr, false); in CreateCallExpressionForTsModule() local
1995 auto *callExpr = CreateCallExpressionForTsModule(node, name, isExport && IsTsModule()); in VisitTsModuleDeclaration() local
2020 auto *callExpr = CreateCallExpressionForTsEnum(node, name, isExport && IsTsModule()); in VisitTsEnumDeclaration() local
2094 auto *callExpr = AllocNode<ir::CallExpression>(funcExpr, std::move(arguments), nullptr, false); in CreateCallExpressionForTsEnum() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalClassHandler.cpp137 auto *const callExpr = NodeAllocator::Alloc<ir::CallExpression>( in AddInitCallFromStaticBlock() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.cpp550 void ETSChecker::HandleUpdatedCallExpressionNode(ir::CallExpression *callExpr) in HandleUpdatedCallExpressionNode()
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp191 auto callExpr = CallExpressionBuilder(Allocator()).SetCallee(superExpr).Build(); in TEST_F() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp416 const ir::CallExpression *callExpr = anno->Expr()->AsCallExpression(); in CreateAnnotation() local