| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/type_ops/ |
| D | get_super_class_test.cpp | 31 ani_type typeRef = cls; in CheckGetSuperClass() local 89 ani_type typeRef = cls; in TEST_F() local 103 ani_type typeRef = cls; in TEST_F() local 146 ani_type typeRef = cls; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profile_type.cpp | 37 ProfileType::ProfileType(PGOContext &context, ProfileTypeRef typeRef) in ProfileType() 53 …nal<ProfileType> ProfileType::CreateFromProfileTypeRef(PGOContext &context, ProfileTypeRef typeRef) in CreateFromProfileTypeRef()
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | etsNewClassInstanceExpressionBuilder.h | 32 ETSNewClassInstanceExpressionBuilder &SetTypeReference(ir::Expression *typeRef) in SetTypeReference()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_ast_node_type_analyzer.cpp | 89 auto *typeRef = impl->ETSTypeReferencePartName(context, value); in ProcessClassProperty() local 115 …auto *typeRef = node ? impl->ETSNewClassInstanceExpressionGetTypeRefConst(context, node) : nullptr; in ProcessNewExpression() local
|
| D | plugin_proceed_to_state_new_expression.cpp | 99 es2panda_AstNode *typeRef = impl->CreateETSTypeReference(context, part); in CreateNewExpr() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsNewArrayInstanceExpression.cpp | 84 …auto *const typeRef = typeReference_ != nullptr ? typeReference_->Clone(allocator, nullptr) : null… in Clone() local
|
| D | etsTypeReferencePart.cpp | 113 for (auto &typeRef : ref->TypeParams()->Params()) { in HandlePartialType() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | promiseVoid.cpp | 82 auto *typeRef = type->AsETSTypeReference(); in CheckForPromiseVoid() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | IntlPluralRules.cpp | 96 ani_ref typeRef; in ExtractOptions() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_method_type_set.cpp | 137 PGODefineOpTypeRef typeRef; in ProcessToBinary() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | class_hierarchy_info.cpp | 214 auto typeRef = value->AsETSNewClassInstanceExpression()->GetTypeRef(); in GetIdentFromNewClassExprPart() local
|
| D | get_adjusted_location.cpp | 187 if (auto *typeRef = FindTypeReference(parent, parentChildren)) { in HandleTSTypeOperator() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | ETSBinder.cpp | 39 void ETSBinder::LookupTypeArgumentReferences(ir::ETSTypeReference *typeRef) in LookupTypeArgumentReferences() 296 void ETSBinder::BuildETSTypeReference(ir::ETSTypeReference *typeRef) in BuildETSTypeReference()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TSparser.cpp | 721 ir::TypeNode *typeRef = in ParseTypeReferenceOrQuery() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 176 …CreateDynamicObject(const ir::AstNode *node, compiler::ETSGen *etsg, const ir::Expression *typeRef, in CreateDynamicObject()
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 5567 const typeRef = node as ts.TypeReferenceNode; constant 5629 const typeRef = node as ts.TypeReferenceNode; constant
|