Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A DoptionalChain.cpp75 auto callExpr = iter->AsCallExpression(); in InitThisVRegForCallExpression() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DmodifierAccessValid.cpp54 const auto *callExpr = ast->AsCallExpression(); in HandleCallExpression() local
H A DimportExportAccessValid.cpp48 const auto *callExpr = ast->AsCallExpression(); in operator ()() local
76 InvariantImportExportMethod(const std::unordered_set<std::string> &importedVariables, const varbinder::Variable *varCallee, const ir::AstNode *callExpr, util::StringView name) InvariantImportExportMethod() argument
124 HandleImportExportIdentifier(std::unordered_set<std::string> &importedVariables, const ir::Identifier *ident, const ir::AstNode *callExpr) HandleImportExportIdentifier() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A Dcommonjs.cpp107 auto *callExpr = AllocNode<ir::CallExpression>(reflectApply, std::move(arguments), nullptr, false); in ParseCommonjs() local
H A DexpressionParser.cpp1362 auto *callExpr = AllocNode<ir::CallExpression>(callee, std::move(arguments), nullptr, isOptionalChain); in ParseCallExpression() local
H A DparserImpl.cpp3039 auto *callExpr = AllocNode<ir::CallExpression>(superExpr, std::move(callArgs), nullptr, false); in CreateImplicitMethod() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalClassHandler.cpp137 auto *const callExpr = NodeAllocator::Alloc<ir::CallExpression>( in AddInitCallFromStaticBlock() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserImpl.h137 virtual void ParseTrailingBlock([[maybe_unused]] ir::CallExpression *callExpr) {} in ParseTrailingBlock() argument
H A DETSparser.cpp1800 void ETSParser::ParseTrailingBlock(ir::CallExpression *callExpr) in ParseTrailingBlock() argument
H A DparserImpl.cpp649 auto *callExpr = AllocNode<ir::CallExpression>(superExpr, std::move(callArgs), nullptr, false); in BuildImplicitConstructor() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp191 auto callExpr = CallExpressionBuilder(Allocator()).SetCallee(superExpr).Build(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DaliveAnalyzer.cpp371 void AliveAnalyzer::AnalyzeCall(const ir::CallExpression *callExpr) in AnalyzeCall() argument
H A DassignAnalyzer.cpp1139 void AssignAnalyzer::AnalyzeCallExpr(const ir::CallExpression *callExpr) in AnalyzeCallExpr() argument
H A Dfunction.cpp481 void ETSChecker::MaybeSubstituteLambdaArgumentsInFunctionCall(ir::CallExpression *callExpr) in MaybeSubstituteLambdaArgumentsInFunctionCall() argument
504 void ETSChecker::MaybeSubstituteLambdaArgumentsInFunctionCallHelper(ir::CallExpression *callExpr, ir::Identifier *ident) in MaybeSubstituteLambdaArgumentsInFunctionCallHelper() argument
532 MaybeSubstituteLambdaArguments(const ArenaVector<ir::Expression *> &params, ir::CallExpression *callExpr) MaybeSubstituteLambdaArguments() argument
941 ResolveCallExpressionAndTrailingLambda(ArenaVector<Signature *> &signatures, ir::CallExpression *callExpr, const lexer::SourcePosition &pos, const TypeRelationFlag reportFlag) ResolveCallExpressionAndTrailingLambda() argument
1639 ValidateSignatureAccessibility(ETSObjectType *callee, const ir::CallExpression *callExpr, Signature *signature, const lexer::SourcePosition &pos, char const *errorMessage) ValidateSignatureAccessibility() argument
2001 MoveTrailingBlockToEnclosingBlockStatement(ir::CallExpression *callExpr) MoveTrailingBlockToEnclosingBlockStatement() argument
2023 TransformTraillingLambda(ir::CallExpression *callExpr) TransformTraillingLambda() argument
2066 ExtendArgumentsWithFakeLamda(ir::CallExpression *callExpr) ExtendArgumentsWithFakeLamda() argument
2091 EnsureValidCurlyBrace(ir::CallExpression *callExpr) EnsureValidCurlyBrace() argument
[all...]
H A Dhelpers.cpp2619 auto *callExpr = ident->Parent()->AsCallExpression(); in TryTransformingToStaticInvoke() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.cpp531 void ETSChecker::HandleUpdatedCallExpressionNode(ir::CallExpression *callExpr) in HandleUpdatedCallExpressionNode() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp425 const ir::CallExpression *callExpr = anno->Expr()->AsCallExpression(); in CreateAnnotation() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp954 auto *callExpr = util::NodeAllocator::ForceSetParent<ir::CallExpression>(allocator, funcRef, std::move(callArgs), in CreateWrappingLambda() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp1430 auto *callExpr = AllocNode<ir::CallExpression>( in CreateParamDecorators() local
1465 auto *callExpr = AllocNode<ir::CallExpression>( in CreatePropertyDecorators() local
1511 auto *callExpr = AllocNode<ir::CallExpression>( in CreateMethodDecorators() local
1616 auto *callExpr = AllocNode<ir::CallExpression>( in CreateClassDecorators() local
1969 auto *callExpr = AllocNode<ir::CallExpression>(funcExpr, std::move(arguments), nullptr, false); in CreateCallExpressionForTsModule() local
2006 auto *callExpr = CreateCallExpressionForTsModule(node, name, isExport && IsTsModule()); VisitTsModuleDeclaration() local
2031 auto *callExpr = CreateCallExpressionForTsEnum(node, name, isExport && IsTsModule()); VisitTsEnumDeclaration() local
2105 auto *callExpr = AllocNode<ir::CallExpression>(funcExpr, std::move(arguments), nullptr, false); CreateCallExpressionForTsEnum() local
[all...]

Completed in 43 milliseconds