| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsClassImplements.h | 26 explicit TSClassImplements(Expression *expression, TSTypeParameterInstantiation *typeParameters) in TSClassImplements() 31 explicit TSClassImplements(Expression *expression) in TSClassImplements()
|
| D | tsTypeAssertion.h | 24 explicit TSTypeAssertion(TypeNode *typeAnnotation, Expression *expression) in TSTypeAssertion()
|
| D | tsAsExpression.h | 32 explicit TSAsExpression(Expression *expression, TypeNode *typeAnnotation, bool isConst) in TSAsExpression()
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | chainExpression.h | 35 explicit ChainExpression(Expression *expression) in ChainExpression()
|
| D | chainExpression.cpp | 82 …auto *const expression = expression_ != nullptr ? expression_->Clone(allocator)->AsExpression() : … in Clone() local
|
| D | templateLiteral.cpp | 37 for (auto *expression : other.expressions_) { in TemplateLiteral() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | chainExpression.h | 34 explicit ChainExpression(Expression *expression) in ChainExpression()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsClassImplements.h | 36 explicit TSClassImplements(Expression *expression, TSTypeParameterInstantiation *typeParameters) in TSClassImplements()
|
| D | tsTypeAssertion.h | 34 explicit TSTypeAssertion(Expression *typeAnnotation, Expression *expression) in TSTypeAssertion()
|
| D | tsSatisfiesExpression.h | 35 explicit TSSatisfiesExpression(Expression *expression, Expression *typeAnnotation) in TSSatisfiesExpression()
|
| D | tsAsExpression.h | 35 explicit TSAsExpression(Expression *expression, Expression *typeAnnotation, bool isConst) in TSAsExpression()
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | OhsUtil.ts | 170 const expression = typeExpression.expression; constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsEnumType.cpp | 122 …ETSEnumInterface::LookupConstant(ETSChecker *const checker, const ir::Expression *const expression, in LookupConstant() 146 …onType *ETSEnumInterface::LookupMethod(ETSChecker *checker, const ir::Expression *const expression, in LookupMethod()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | expressionParser.cpp | 701 ir::Expression *expression = nullptr; in ParseTemplateLiteral() local 1135 static inline bool ShouldExpressionBeAmended(const ir::Expression *const expression, in ShouldExpressionBeAmended() 1149 static inline bool AreLogicalAndNullishMixedIncorrectly(const ir::Expression *const expression, in AreLogicalAndNullishMixedIncorrectly() 1163 static inline ir::Expression *GetAmendedChildExpression(ir::Expression *const expression) in GetAmendedChildExpression() 1237 ir::Expression *expression = rightExpr; in ParseBinaryExpression() local
|
| D | statementParser.cpp | 1040 ir::Expression *expression = ParseExpression(ExpressionParseFlags::ACCEPT_COMMA); in ParseReturnStatement() local 1157 ir::Expression *expression = ParseExpression(ExpressionParseFlags::ACCEPT_COMMA); in ParseThrowStatement() local
|
| D | TypedParser.cpp | 168 ir::Expression *expression = ParseExpression(); in ParseTypeAssertion() local
|
| /arkcompiler/ets_frontend/arkguard/src/common/ |
| D | ApiExtractor.ts | 250 const expression = astNode.expression; constant
|
| /arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
| D | typeSystem.h | 293 …::variant<util::StringView, const ir::Identifier *> CalculateName(const ir::Expression *expression) in CalculateName() 727 const ir::Expression *expression; in FillField() local
|
| D | typeExtractor.cpp | 269 const ir::Identifier *TypeExtractor::GetIdentifierFromExpression(const ir::Expression *expression) in GetIdentifierFromExpression()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | expressionParser.cpp | 562 ir::Expression *expression = ParseUnaryOrPrefixUpdateExpression(flags); in ParseTsTypeAssertion() local 901 ir::Expression *expression = nullptr; in ParseTemplateLiteral() local
|
| D | statementParser.cpp | 1678 ir::Expression *expression = ParseExpression(ExpressionParseFlags::ACCEPT_COMMA); in ParseReturnStatement() local 1798 ir::Expression *expression = ParseExpression(ExpressionParseFlags::ACCEPT_COMMA); in ParseThrowStatement() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 830 const std::string &expression = params.GetExpression(); in EvaluateOnCallFrame() local 1717 …td::string> DebuggerImpl::CmptEvaluateValue(CallFrameId callFrameId, const std::string &expression, in CmptEvaluateValue()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_params.cpp | 54 std::string expression; in Create() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 1310 …panda_AstNode *CreateClassImplementsClause(es2panda_Context *context, es2panda_AstNode *expression, in CreateClassImplementsClause() 1358 …s2panda_AstNode *CreateExpressionStatement(es2panda_Context *context, es2panda_AstNode *expression) in CreateExpressionStatement()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 1989 bool IsConstantMemberOrIdentifierExpression(ir::Expression *expression) in IsConstantMemberOrIdentifierExpression()
|