Searched refs:Expr (Results 1 – 14 of 14) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
D | tsNonNullExpression.h | 36 const Expression *Expr() const in Expr() function 41 Expression *Expr() in Expr() function
|
D | tsAsExpression.h | 43 const Expression *Expr() const in Expr() function 48 Expression *Expr() in Expr() function
|
D | tsExternalModuleReference.h | 39 const Expression *Expr() const in Expr() function
|
D | tsInterfaceHeritage.h | 39 const Expression *Expr() const in Expr() function
|
D | tsClassImplements.h | 41 const Expression *Expr() const in Expr() function
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
D | decorator.h | 37 const Expression *Expr() const in Expr() function 42 Expression *Expr() in Expr() function
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | callExpression.cpp | 70 realCallee = realCallee->AsTSNonNullExpression()->Expr(); in Compile() 72 realCallee = realCallee->AsTSAsExpression()->Expr(); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | lreference.cpp | 138 return LReference::CreateLRef(pg, node->AsTSAsExpression()->Expr(), isDeclaration); in CreateLRef()
|
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
D | transformer.cpp | 859 … false, methodDecorators[i]->Expr(), true)); in CreateVariableDeclarationForDecorators() 868 … false, paramDecorators[j]->Expr(), true)); in CreateVariableDeclarationForDecorators() 878 … false, propDecorators[i]->Expr(), true)); in CreateVariableDeclarationForDecorators() 887 … false, classDecorators[i]->Expr(), true)); in CreateVariableDeclarationForDecorators() 896 … false, ctorParamDecorators[j]->Expr(), true)); in CreateVariableDeclarationForDecorators()
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
D | object.cpp | 463 Type *baseType = extends->Expr()->AsTypeNode()->GetType(this); in GetBaseTypes()
|
/arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
D | typeExtractor.cpp | 339 auto expr = initializer->AsTSClassImplements()->Expr(); in GetDeclNodeFromInitializer()
|
D | typeSystem.h | 960 heritages_.emplace_back(extractor_->GetTypeIndexFromAnnotation(t->Expr(), false)); in FillHeritages()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | expressionParser.cpp | 1677 ValidateUpdateExpression(returnExpression->AsTSAsExpression()->Expr(), isChainExpression); in ValidateUpdateExpression()
|
D | parserImpl.cpp | 3681 ValidateLvalueAssignmentTarget(node->AsTSAsExpression()->Expr()); in ValidateLvalueAssignmentTarget()
|