Home
last modified time | relevance | path

Searched refs:CreateFunctionTypeWithSignature (Results 1 – 13 of 13) 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.cpp73 Variable()->SetTsType(checker->CreateFunctionTypeWithSignature(callSignature)); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DtypeCreation.cpp139 Type *TSChecker::CreateFunctionTypeWithSignature(Signature *callSignature) in CreateFunctionTypeWithSignature() function in ark::es2panda::checker::TSChecker
Dhelpers.cpp441 var->SetTsType(CreateFunctionTypeWithSignature(callSignature)); in GetDeclTsType()
Dfunction.cpp603 Type *funcType = CreateFunctionTypeWithSignature(bodyCallSignature); in InferFunctionDeclarationType()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp144 Type *Checker::CreateFunctionTypeWithSignature(Signature *callSignature) in CreateFunctionTypeWithSignature() function in panda::es2panda::checker::Checker
Dhelpers.cpp404 var->SetTsType(CreateFunctionTypeWithSignature(callSignature)); in GetTypeOfVariable()
Dfunction.cpp611 Type *funcType = CreateFunctionTypeWithSignature(bodyCallSignature); in InferFunctionDeclarationType()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h303 Type *CreateFunctionTypeWithSignature(Signature *callSignature);
DTSAnalyzer.cpp100 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()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h376 Type *CreateFunctionTypeWithSignature(Signature *callSignature);