| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | tsPropertySignature.h | 32 explicit TSPropertySignature(Expression *key, TypeNode *typeAnnotation, bool computed, bool optional, bool readonly) in TSPropertySignature() argument
|
| H A D | tsMethodSignature.h | 38 explicit TSMethodSignature(Expression *key, ir::FunctionSignature &&signature, bool computed, bool optional) in TSMethodSignature() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsMethodSignatureBuilder.h | 41 TSMethodSignatureBuilder &SetComputed(bool computed) in SetComputed() argument
|
| H A D | tsPropertySignatureBuilder.h | 41 TSPropertySignatureBuilder &SetComputed(bool computed) in SetComputed() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | memberExpression.h | 69 explicit MemberExpression(Expression *object, Expression *property, MemberExpressionKind kind, bool computed, in MemberExpression() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsPropertySignature.h | 34 explicit TSPropertySignature(Expression *key, Expression *typeAnnotation, bool computed, bool optional, in TSPropertySignature() argument
|
| H A D | tsMethodSignature.h | 40 TSMethodSignature(binder::Scope *scope, Expression *key, TSTypeParameterDeclaration *typeParams, ArenaVector<Expression *> &¶ms, Expression *returnTypeAnnotation, bool computed, bool optional, bool isGetAccessor, bool isSetAccessor) TSMethodSignature() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | memberExpression.h | 38 MemberExpression(Expression *object, Expression *property, MemberExpressionKind kind, bool computed, bool optional) MemberExpression() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | classProperty.h | 110 void SetComputed(bool computed) in SetComputed() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | expressionParser.cpp | 1429 bool computed = false; in ParseOptionalMemberExpression() local
|
| H A D | parserImpl.cpp | 1334 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 D | transformer.cpp | 888 bool computed = node->IsComputed(); in ProcessAutoAccessorProperty() local
|