Searched refs:CreateFunctionTypeWithSignature (Results 1 – 8 of 8) sorted by relevance
58 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check()
61 return checker->CreateFunctionTypeWithSignature(callSignature); in Check()
71 Variable()->SetTsType(checker->CreateFunctionTypeWithSignature(callSignature)); in Check()
140 Type *Checker::CreateFunctionTypeWithSignature(Signature *callSignature) in CreateFunctionTypeWithSignature() function in panda::es2panda::checker::Checker
402 var->SetTsType(CreateFunctionTypeWithSignature(callSignature)); in GetTypeOfVariable()
604 Type *funcType = CreateFunctionTypeWithSignature(bodyCallSignature); in InferFunctionDeclarationType()
376 Type *CreateFunctionTypeWithSignature(Signature *callSignature);