| /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 | 38 explicit TSAsExpression(Expression *expression, TypeNode *typeAnnotation, bool isConst) in TSAsExpression()
|
| D | tsAsExpression.cpp | 95 …auto *const expression = expression_ != nullptr ? expression_->Clone(allocator, nullptr)->AsExpres… in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | decoratorBuilder.h | 29 DecoratorBuilder &SetExpression(Expression *expression) in SetExpression()
|
| D | chainExpressionBuilder.h | 29 ChainExpressionBuilder &SetExpression(Expression *expression) in SetExpression()
|
| D | tsClassImplementsBuilder.h | 29 TSClassImplementsBuilder &SetExpression(Expression *expression) in SetExpression()
|
| D | tsTypeAssertionBuilder.h | 29 TSTypeAssertionBuilder &SetExpression(Expression *expression) in SetExpression()
|
| D | templateLiteralBuilder.h | 38 TemplateLiteralBuilder &SetCooked(Expression *expression) in SetCooked()
|
| D | tsAsExpressionBuilder.h | 29 TSAsExpressionBuilder &SetExpression(Expression *expression) in SetExpression()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | chainExpression.h | 34 explicit ChainExpression(Expression *expression) in ChainExpression()
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | chainExpression.h | 35 explicit ChainExpression(Expression *expression) in ChainExpression()
|
| D | chainExpression.cpp | 86 …auto *const expression = expression_ != nullptr ? expression_->Clone(allocator, nullptr)->AsExpres… in Clone() local
|
| D | templateLiteral.cpp | 37 for (auto *expression : other.expressions_) { in TemplateLiteral() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsSatisfiesExpression.h | 35 explicit TSSatisfiesExpression(Expression *expression, Expression *typeAnnotation) in TSSatisfiesExpression()
|
| D | tsTypeAssertion.h | 34 explicit TSTypeAssertion(Expression *typeAnnotation, Expression *expression) in TSTypeAssertion()
|
| D | tsClassImplements.h | 36 explicit TSClassImplements(Expression *expression, TSTypeParameterInstantiation *typeParameters) in TSClassImplements()
|
| D | tsAsExpression.h | 35 explicit TSAsExpression(Expression *expression, Expression *typeAnnotation, bool isConst) in TSAsExpression()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_update_statements_lambda.cpp | 105 auto *expression = impl->ExpressionStatementGetExpression(context, statements[1]); in main() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | expressionStatement.cpp | 54 auto *const expression = expression_->Clone(allocator, nullptr)->AsExpression(); in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsEnumType.cpp | 189 …ype *ETSEnumType::LookupConstant(ETSChecker *const checker, const ir::Expression *const expression, in LookupConstant() 215 …unctionType *ETSEnumType::LookupMethod(ETSChecker *checker, const ir::Expression *const expression, in LookupMethod()
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | OhsUtil.ts | 118 const expression = typeExpression.expression; constant
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | expressionParser.cpp | 675 auto expression = ParseAssignmentBinaryExpression(tokenType, lhsExpression, flags); in ParseAssignmentExpression() local 805 ir::Expression *expression = nullptr; in ParseTemplateLiteral() local 1301 static inline bool ShouldExpressionBeAmended(const ir::Expression *const expression, in ShouldExpressionBeAmended() 1315 static inline bool AreLogicalAndNullishMixedIncorrectly(const ir::Expression *const expression, in AreLogicalAndNullishMixedIncorrectly() 1329 static inline ir::Expression *GetAmendedChildExpression(ir::Expression *const expression) in GetAmendedChildExpression() 1375 static ir::Expression *FindAndAmendChildExpression(ir::Expression *expression, const ir::Expression… in FindAndAmendChildExpression() 1427 ir::Expression *expression = FindAndAmendChildExpression(rightExpr, left, operatorType); in ParseBinaryExpression() local
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | OhsUtil.spec.ts | 252 const expression = ts.factory.createBinaryExpression( constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | etsWarningAnalyzer.cpp | 137 void ETSWarningAnalyzer::CheckTopLevelExpressions(const ir::Expression *expression) in CheckTopLevelExpressions()
|