Searched refs:CreateFunctionTypeWithSignature (Results 1 – 13 of 13) sorted by relevance
58 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check()
61 return checker->CreateFunctionTypeWithSignature(callSignature); in Check()
73 Variable()->SetTsType(checker->CreateFunctionTypeWithSignature(callSignature)); in Check()
139 Type *TSChecker::CreateFunctionTypeWithSignature(Signature *callSignature) in CreateFunctionTypeWithSignature() function in ark::es2panda::checker::TSChecker
441 var->SetTsType(CreateFunctionTypeWithSignature(callSignature)); in GetDeclTsType()
603 Type *funcType = CreateFunctionTypeWithSignature(bodyCallSignature); in InferFunctionDeclarationType()
144 Type *Checker::CreateFunctionTypeWithSignature(Signature *callSignature) in CreateFunctionTypeWithSignature() function in panda::es2panda::checker::Checker
404 var->SetTsType(CreateFunctionTypeWithSignature(callSignature)); in GetTypeOfVariable()
611 Type *funcType = CreateFunctionTypeWithSignature(bodyCallSignature); in InferFunctionDeclarationType()
303 Type *CreateFunctionTypeWithSignature(Signature *callSignature);
100 node->Variable()->SetTsType(checker->CreateFunctionTypeWithSignature(callSignature)); in Check()324 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check()567 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check()1860 return checker->CreateFunctionTypeWithSignature(callSignature); in Check()
376 Type *CreateFunctionTypeWithSignature(Signature *callSignature);