Home
last modified time | relevance | path

Searched defs:computed (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DtsPropertySignature.h32 explicit TSPropertySignature(Expression *key, TypeNode *typeAnnotation, bool computed, bool optional, bool readonly) in TSPropertySignature() argument
H A DtsMethodSignature.h38 explicit TSMethodSignature(Expression *key, ir::FunctionSignature &&signature, bool computed, bool optional) in TSMethodSignature() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsMethodSignatureBuilder.h41 TSMethodSignatureBuilder &SetComputed(bool computed) in SetComputed() argument
H A DtsPropertySignatureBuilder.h41 TSPropertySignatureBuilder &SetComputed(bool computed) in SetComputed() argument
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DmemberExpression.h69 explicit MemberExpression(Expression *object, Expression *property, MemberExpressionKind kind, bool computed, in MemberExpression() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsPropertySignature.h34 explicit TSPropertySignature(Expression *key, Expression *typeAnnotation, bool computed, bool optional, in TSPropertySignature() argument
H A DtsMethodSignature.h40 TSMethodSignature(binder::Scope *scope, Expression *key, TSTypeParameterDeclaration *typeParams, ArenaVector<Expression *> &&params, Expression *returnTypeAnnotation, bool computed, bool optional, bool isGetAccessor, bool isSetAccessor) TSMethodSignature() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DmemberExpression.h38 MemberExpression(Expression *object, Expression *property, MemberExpressionKind kind, bool computed, bool optional) MemberExpression() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassProperty.h110 void SetComputed(bool computed) in SetComputed() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp1429 bool computed = false; in ParseOptionalMemberExpression() local
H A DparserImpl.cpp1334 ir::Expression *ParserImpl::ParseTsTypeLiteralOrInterfaceKey(bool *computed, bool *signature, bool *isIndexSignature) in ParseTsTypeLiteralOrInterfaceKey() argument
1477 bool computed = false; in ParseTsTypeLiteralOrInterfaceMember() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp888 bool computed = node->IsComputed(); in ProcessAutoAccessorProperty() local

Completed in 23 milliseconds