Searched defs:typeRef (Results 1 – 11 of 11) sorted by relevance
37 ProfileType::ProfileType(PGOContext &context, ProfileTypeRef typeRef) in ProfileType()53 …nal<ProfileType> ProfileType::CreateFromProfileTypeRef(PGOContext &context, ProfileTypeRef typeRef) in CreateFromProfileTypeRef()
32 ETSNewClassInstanceExpressionBuilder &SetTypeReference(ir::Expression *typeRef) in SetTypeReference()
86 …auto *const typeRef = typeReference_ != nullptr ? typeReference_->Clone(allocator, nullptr) : null… in Clone() local
127 for (auto &typeRef : typeParams_->Params()) { in HandleInternalTypes() local
95 auto *typeRef = CreateStructTypeReference(checker, ast->AsETSStructDeclaration()); in Perform() local
100 auto *typeRef = type->AsETSTypeReference(); in CheckForPromiseVoid() local
118 PGODefineOpTypeRef typeRef; in ProcessToBinary() local
88 void ETSBinder::LookupTypeArgumentReferences(ir::ETSTypeReference *typeRef) in LookupTypeArgumentReferences()240 void ETSBinder::BuildETSTypeReference(ir::ETSTypeReference *typeRef) in BuildETSTypeReference()
2159 const typeRef = node as ts.TypeReferenceNode; constant2185 const typeRef = node as ts.TypeReferenceNode; constant
714 ir::TypeNode *typeRef = parseQuery ? AllocNode<ir::TSTypeQuery>(typeName)->AsTypeNode() in ParseTypeReferenceOrQuery() local
205 …CreateDynamicObject(const ir::AstNode *node, compiler::ETSGen *etsg, const ir::Expression *typeRef, in CreateDynamicObject()