| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| H A D | optionalChain.cpp | 75 auto callExpr = iter->AsCallExpression(); in InitThisVRegForCallExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | modifierAccessValid.cpp | 54 const auto *callExpr = ast->AsCallExpression(); in HandleCallExpression() local
|
| H A D | importExportAccessValid.cpp | 48 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 D | commonjs.cpp | 107 auto *callExpr = AllocNode<ir::CallExpression>(reflectApply, std::move(arguments), nullptr, false); in ParseCommonjs() local
|
| H A D | expressionParser.cpp | 1362 auto *callExpr = AllocNode<ir::CallExpression>(callee, std::move(arguments), nullptr, isOptionalChain); in ParseCallExpression() local
|
| H A D | parserImpl.cpp | 3039 auto *callExpr = AllocNode<ir::CallExpression>(superExpr, std::move(callArgs), nullptr, false); in CreateImplicitMethod() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| H A D | globalClassHandler.cpp | 137 auto *const callExpr = NodeAllocator::Alloc<ir::CallExpression>( in AddInitCallFromStaticBlock() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | parserImpl.h | 137 virtual void ParseTrailingBlock([[maybe_unused]] ir::CallExpression *callExpr) {} in ParseTrailingBlock() argument
|
| H A D | ETSparser.cpp | 1800 void ETSParser::ParseTrailingBlock(ir::CallExpression *callExpr) in ParseTrailingBlock() argument
|
| H A D | parserImpl.cpp | 649 auto *callExpr = AllocNode<ir::CallExpression>(superExpr, std::move(callArgs), nullptr, false); in BuildImplicitConstructor() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| H A D | ast_builder_test.cpp | 191 auto callExpr = CallExpressionBuilder(Allocator()).SetCallee(superExpr).Build(); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | aliveAnalyzer.cpp | 371 void AliveAnalyzer::AnalyzeCall(const ir::CallExpression *callExpr) in AnalyzeCall() argument
|
| H A D | assignAnalyzer.cpp | 1139 void AssignAnalyzer::AnalyzeCallExpr(const ir::CallExpression *callExpr) in AnalyzeCallExpr() argument
|
| H A D | function.cpp | 481 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 *> ¶ms, 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 D | helpers.cpp | 2619 auto *callExpr = ident->Parent()->AsCallExpression(); in TryTransformingToStaticInvoke() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | ETSchecker.cpp | 531 void ETSChecker::HandleUpdatedCallExpressionNode(ir::CallExpression *callExpr) in HandleUpdatedCallExpressionNode() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| H A D | emitter.cpp | 425 const ir::CallExpression *callExpr = anno->Expr()->AsCallExpression(); in CreateAnnotation() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | lambdaLowering.cpp | 954 auto *callExpr = util::NodeAllocator::ForceSetParent<ir::CallExpression>(allocator, funcRef, std::move(callArgs), in CreateWrappingLambda() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| H A D | transformer.cpp | 1430 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...] |