Home
last modified time | relevance | path

Searched refs:CreateFunctionTypeWithSignature (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DfunctionExpression.cpp58 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check()
DarrowFunctionExpression.cpp58 checker::Type *funcType = checker->CreateFunctionTypeWithSignature(signature); in Check()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsFunctionType.cpp61 return checker->CreateFunctionTypeWithSignature(callSignature); in Check()
DtsMethodSignature.cpp71 Variable()->SetTsType(checker->CreateFunctionTypeWithSignature(callSignature)); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp140 Type *Checker::CreateFunctionTypeWithSignature(Signature *callSignature) in CreateFunctionTypeWithSignature() function in panda::es2panda::checker::Checker
Dhelpers.cpp402 var->SetTsType(CreateFunctionTypeWithSignature(callSignature)); in GetTypeOfVariable()
Dfunction.cpp604 Type *funcType = CreateFunctionTypeWithSignature(bodyCallSignature); in InferFunctionDeclarationType()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h376 Type *CreateFunctionTypeWithSignature(Signature *callSignature);