Home
last modified time | relevance | path

Searched defs:Expression (Results 1 – 25 of 67) sorted by relevance

123

/arkcompiler/ets_frontend/ets2panda/ir/
Dexpression.h102 explicit Expression(AstNodeType const type) : TypedAstNode(type) {} in Expression() function
103 …explicit Expression(AstNodeType const type, ModifierFlags const flags) : TypedAstNode(type, flags)… in Expression() function
105 Expression(Expression const &other) : TypedAstNode(static_cast<TypedAstNode const &>(other)) in Expression() function
/arkcompiler/ets_frontend/ets2panda/ir/base/
Ddecorator.h22 class Expression; variable
DclassStaticBlock.h22 class Expression; variable
/arkcompiler/ets_frontend/es2panda/ir/statements/
DthrowStatement.h32 class Expression; variable
DexpressionStatement.h32 class Expression; variable
DswitchCaseStatement.h32 class Expression; variable
DifStatement.h32 class Expression; variable
DwhileStatement.h36 class Expression; variable
DdoWhileStatement.h36 class Expression; variable
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DthrowStatement.h26 class Expression; variable
DexpressionStatement.h22 class Expression; variable
DswitchCaseStatement.h22 class Expression; variable
DassertStatement.h26 class Expression; variable
DwhileStatement.h26 class Expression; variable
DdoWhileStatement.h26 class Expression; variable
/arkcompiler/ets_frontend/es2panda/ir/base/
Ddecorator.h31 class Expression; variable
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DclassBuilder.h37 class Expression; variable
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsEnumMember.h22 class Expression; variable
DtsImportEqualsDeclaration.h22 class Expression; variable
/arkcompiler/ets_frontend/es2panda/ir/module/
DassertEntry.h32 class Expression; variable
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsEnumMember.h32 class Expression; variable
DtsImportEqualsDeclaration.h32 class Expression; variable
DtsTypeParameter.h38 : Expression(AstNodeType::TS_TYPE_PARAMETER), in Expression() function
/arkcompiler/ets_frontend/es2panda/ir/
Dexpression.h76 explicit Expression(AstNodeType type) : AstNode(type) {} in Expression() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h41 class Expression; variable

123