Searched defs:typeRef (Results 1 – 9 of 9) sorted by relevance
35 ProfileType::ProfileType(PGOContext &context, ProfileTypeRef typeRef, bool *isValid) in ProfileType()
86 …auto *const typeRef = typeReference_ != nullptr ? typeReference_->Clone(allocator, nullptr) : null… in Clone() local
97 auto *typeRef = CreateStructTypeReference(checker, ast->AsETSStructDeclaration()); in Perform() local
101 auto *typeRef = type->AsETSTypeReference(); in CheckForPromiseVoid() local
119 PGODefineOpTypeRef typeRef; in ProcessToBinary() local
81 void ETSBinder::LookupTypeArgumentReferences(ir::ETSTypeReference *typeRef) in LookupTypeArgumentReferences()843 auto *typeRef = childNode->AsETSTypeReference(); in HandleCustomNodes() local
2128 const typeRef = node as ts.TypeReferenceNode; constant2153 const typeRef = node as ts.TypeReferenceNode; constant
716 ir::TypeNode *typeRef = parseQuery ? AllocNode<ir::TSTypeQuery>(typeName)->AsTypeNode() in ParseTypeReferenceOrQuery() local
203 …CreateDynamicObject(const ir::AstNode *node, compiler::ETSGen *etsg, const ir::Expression *typeRef, in CreateDynamicObject()