Searched refs:GetTypeFromTypeAnnotation (Results 1 – 7 of 7) sorted by relevance
76 auto *const elementType = checker->GetTypeFromTypeAnnotation(elementType_); in GetType()
165 auto *const checkedType = checker->GetTypeFromTypeAnnotation(typeAnnotation); in GetType()
117 auto *paramType = checker_->GetTypeFromTypeAnnotation(it); in InstantiateType()
1061 annotationType = GetTypeFromTypeAnnotation(typeAnnotation); in CheckVariableDeclaration()1127 annotationType = GetTypeFromTypeAnnotation(typeAnnotation); in CheckVariableDeclaration()1208 auto *const aliasedType = GetTypeFromTypeAnnotation(aliasTypeNode->TypeAnnotation()); in GetTypeFromTypeAliasReference()2371 Type *ETSChecker::GetTypeFromTypeAnnotation(ir::TypeNode *const typeAnnotation) in GetTypeFromTypeAnnotation() function in panda::es2panda::checker::ETSChecker
860 returnType = GetTypeFromTypeAnnotation(returnTypeAnnotation); in ComposeReturnType()894 signatureInfo->restVar->SetTsType(GetTypeFromTypeAnnotation(restParamTypeAnnotation)); in ComposeSignatureInfo()906 paramVar->SetTsType(GetTypeFromTypeAnnotation(paramTypeAnnotation)); in ComposeSignatureInfo()2637 return GetTypeFromTypeAnnotation(type)->AsETSObjectType(); in CreateAsyncImplMethod()
432 … signatureInfo->restVar->SetTsType(checker->GetTypeFromTypeAnnotation(param->TypeAnnotation())); in Check()443 paramVar->SetTsType(checker->GetTypeFromTypeAnnotation(param->TypeAnnotation())); in Check()2255 funcReturnType = checker->GetTypeFromTypeAnnotation(returnTypeAnnotation); in GetFunctionReturnType()
535 Type *GetTypeFromTypeAnnotation(ir::TypeNode *typeAnnotation);