Home
last modified time | relevance | path

Searched refs:GetTypeFromTypeAnnotation (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsArrayType.cpp76 auto *const elementType = checker->GetTypeFromTypeAnnotation(elementType_); in GetType()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsTuple.cpp165 auto *const checkedType = checker->GetTypeFromTypeAnnotation(typeAnnotation); in GetType()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp117 auto *paramType = checker_->GetTypeFromTypeAnnotation(it); in InstantiateType()
Dhelpers.cpp1061 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
Dfunction.cpp860 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()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp432 … 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()
DETSchecker.h535 Type *GetTypeFromTypeAnnotation(ir::TypeNode *typeAnnotation);