Home
last modified time | relevance | path

Searched defs:expression (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsClassImplements.h26 explicit TSClassImplements(Expression *expression, TSTypeParameterInstantiation *typeParameters) in TSClassImplements()
31 explicit TSClassImplements(Expression *expression) in TSClassImplements()
DtsTypeAssertion.h24 explicit TSTypeAssertion(TypeNode *typeAnnotation, Expression *expression) in TSTypeAssertion()
DtsAsExpression.h32 explicit TSAsExpression(Expression *expression, TypeNode *typeAnnotation, bool isConst) in TSAsExpression()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DchainExpression.h35 explicit ChainExpression(Expression *expression) in ChainExpression()
DchainExpression.cpp82 …auto *const expression = expression_ != nullptr ? expression_->Clone(allocator)->AsExpression() : … in Clone() local
DtemplateLiteral.cpp37 for (auto *expression : other.expressions_) { in TemplateLiteral() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DchainExpression.h34 explicit ChainExpression(Expression *expression) in ChainExpression()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsClassImplements.h36 explicit TSClassImplements(Expression *expression, TSTypeParameterInstantiation *typeParameters) in TSClassImplements()
DtsTypeAssertion.h34 explicit TSTypeAssertion(Expression *typeAnnotation, Expression *expression) in TSTypeAssertion()
DtsSatisfiesExpression.h35 explicit TSSatisfiesExpression(Expression *expression, Expression *typeAnnotation) in TSSatisfiesExpression()
DtsAsExpression.h35 explicit TSAsExpression(Expression *expression, Expression *typeAnnotation, bool isConst) in TSAsExpression()
/arkcompiler/ets_frontend/arkguard/src/utils/
DOhsUtil.ts170 const expression = typeExpression.expression; constant
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsEnumType.cpp122 …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/
DexpressionParser.cpp701 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
DstatementParser.cpp1040 ir::Expression *expression = ParseExpression(ExpressionParseFlags::ACCEPT_COMMA); in ParseReturnStatement() local
1157 ir::Expression *expression = ParseExpression(ExpressionParseFlags::ACCEPT_COMMA); in ParseThrowStatement() local
DTypedParser.cpp168 ir::Expression *expression = ParseExpression(); in ParseTypeAssertion() local
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts250 const expression = astNode.expression; constant
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h293 …::variant<util::StringView, const ir::Identifier *> CalculateName(const ir::Expression *expression) in CalculateName()
727 const ir::Expression *expression; in FillField() local
DtypeExtractor.cpp269 const ir::Identifier *TypeExtractor::GetIdentifierFromExpression(const ir::Expression *expression) in GetIdentifierFromExpression()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp562 ir::Expression *expression = ParseUnaryOrPrefixUpdateExpression(flags); in ParseTsTypeAssertion() local
901 ir::Expression *expression = nullptr; in ParseTemplateLiteral() local
DstatementParser.cpp1678 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/
Ddebugger_impl.cpp830 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/
Dpt_params.cpp54 std::string expression; in Create() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1310 …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/
Dhelpers.cpp1989 bool IsConstantMemberOrIdentifierExpression(ir::Expression *expression) in IsConstantMemberOrIdentifierExpression()

12