| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserTypes.cpp | 102 auto *typeAnnotation = AllocNode<ir::ETSPrimitiveType>(type); in ParsePrimitiveType() local 117 …if (auto typeAnnotation = ParseTypeAnnotation(&options); typeAnnotation != nullptr) { // Error pr… in ParseUnionType() local 131 ir::TypeNode *typeAnnotation = nullptr; in GetTypeAnnotationOfPrimitiveType() local 343 auto typeAnnotation = ParseFunctionType(); in ParsePotentialFunctionalType() local 363 ir::TypeNode *typeAnnotation = nullptr; in GetTypeAnnotationFromToken() local 408 ir::TypeNode *typeAnnotation = nullptr; in GetTypeAnnotationFromParentheses() local 516 ir::TypeNode *typeAnnotation = ParseTypeAnnotationNoPreferParam(options); in ParseTypeAnnotation() local
|
| D | TSparser.cpp | 218 ir::TypeNode *typeAnnotation = ParseTypeAnnotation(&options); in ParseTypeAliasDeclaration() local 273 ir::TypeNode *typeAnnotation = nullptr; in ParseTypeAnnotation() local 799 ir::TypeNode *typeAnnotation = nullptr; in ParseMappedType() local 852 ir::TypeNode *typeAnnotation = nullptr; in ParseTypePredicate() local 876 ir::TypeNode *TSParser::ParseTypeLiteralOrMappedType(ir::TypeNode *typeAnnotation) in ParseTypeLiteralOrMappedType() 898 ir::TypeNode *TSParser::ParseTypeReferenceOrTypePredicate(ir::TypeNode *typeAnnotation, bool canBeT… in ParseTypeReferenceOrTypePredicate() 911 ir::TypeNode *TSParser::ParseThisTypeOrTypePredicate(ir::TypeNode *typeAnnotation, bool canBeTsType… in ParseThisTypeOrTypePredicate() 1129 ir::TypeNode *typeAnnotation = ParseBasicTypeHelper::GetTypeAnnotation(this, Lexer()); in ParseBasicType() local 1137 ir::TypeNode *TSParser::ParseParenthesizedOrFunctionType(ir::TypeNode *typeAnnotation, bool throwEr… in ParseParenthesizedOrFunctionType() 1255 …::TypeNode *ParseKeywordTokens(TSParser *parser, lexer::Lexer *lexer, ir::TypeNode *typeAnnotation, in ParseKeywordTokens() [all …]
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | destructuringContext.h | 35 const ir::Expression *typeAnnotation, const ir::Expression *initializer) in DestructuringContext() 91 … const ir::Expression *typeAnnotation, const ir::Expression *initializer) in ArrayDestructuringContext() 115 … const ir::Expression *typeAnnotation, const ir::Expression *initializer) in ObjectDestructuringContext()
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | classProperty.h | 37 …licit ClassProperty(Expression *const key, Expression *const value, TypeNode *const typeAnnotation, in ClassProperty() 49 void SetTypeAnnotation(TypeNode *typeAnnotation) noexcept in SetTypeAnnotation()
|
| D | tsPropertySignature.cpp | 31 if (auto *const typeAnnotation = TypeAnnotation(); typeAnnotation != nullptr) { in TransformChildren() local 86 auto *const typeAnnotation = TypeAnnotation()->Clone(allocator, nullptr); in Clone() local
|
| D | tsIndexSignature.h | 36 …explicit TSIndexSignature(Expression *const param, TypeNode *const typeAnnotation, bool const read… in TSIndexSignature()
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | etsTupleBuilder.h | 32 ETSTupleBuilder &AddTypeAnnotation(TypeNode *typeAnnotation) in AddTypeAnnotation()
|
| D | tsTypeAssertionBuilder.h | 35 TSTypeAssertionBuilder &SetTypeAnnotation(TypeNode *typeAnnotation) in SetTypeAnnotation()
|
| D | tsTypeAliasDeclarationBuilder.h | 41 TSTypeAliasDeclarationBuilder &SetTypeAnnotation(TypeNode *typeAnnotation) in SetTypeAnnotation()
|
| D | tsTypePredicateBuilder.h | 35 TSTypePredicateBuilder &SetTypeAnnotation(TypeNode *typeAnnotation) in SetTypeAnnotation()
|
| D | tsIndexSignatureBuilder.h | 35 TSIndexSignatureBuilder &SetTypeAnnotation(TypeNode *typeAnnotation) in SetTypeAnnotation()
|
| D | tsAsExpressionBuilder.h | 35 TSAsExpressionBuilder &SetTypeAnnotation(TypeNode *typeAnnotation) in SetTypeAnnotation()
|
| D | tsMappedTypeBuilder.h | 35 TSMappedTypeBuilder &SetTypeAnnotation(TypeNode *typeAnnotation) in SetTypeAnnotation()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsTypeAssertion.h | 24 explicit TSTypeAssertion(TypeNode *typeAnnotation, Expression *expression) in TSTypeAssertion()
|
| D | tsAsExpression.cpp | 45 if (auto *typeAnnotation = TypeAnnotation(); typeAnnotation != nullptr) { in TransformChildren() local 96 auto *typeAnnotation = TypeAnnotation(); in Clone() local
|
| D | tsTypePredicate.h | 24 explicit TSTypePredicate(Expression *parameterName, TypeNode *typeAnnotation, bool asserts) in TSTypePredicate()
|
| D | tsAsExpression.h | 38 explicit TSAsExpression(Expression *expression, TypeNode *typeAnnotation, bool isConst) in TSAsExpression()
|
| D | tsMappedType.h | 25 …explicit TSMappedType(TSTypeParameter *typeParameter, TypeNode *typeAnnotation, MappedOption reado… in TSMappedType()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsSatisfiesExpression.h | 35 explicit TSSatisfiesExpression(Expression *expression, Expression *typeAnnotation) in TSSatisfiesExpression()
|
| D | tsTypeAssertion.h | 34 explicit TSTypeAssertion(Expression *typeAnnotation, Expression *expression) in TSTypeAssertion()
|
| D | tsTypePredicate.h | 34 explicit TSTypePredicate(Expression *parameterName, Expression *typeAnnotation, bool asserts) in TSTypePredicate()
|
| D | tsAsExpression.h | 35 explicit TSAsExpression(Expression *expression, Expression *typeAnnotation, bool isConst) in TSAsExpression()
|
| D | tsPrivateIdentifier.h | 34 explicit TSPrivateIdentifier(Expression *key, Expression *value, Expression *typeAnnotation) in TSPrivateIdentifier()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | privateIdentifier.h | 40 explicit PrivateIdentifier(util::StringView name, Expression *typeAnnotation) in PrivateIdentifier()
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | expression.h | 50 virtual void SetTsTypeAnnotation([[maybe_unused]] Expression *typeAnnotation) in SetTsTypeAnnotation()
|