Home
last modified time | relevance | path

Searched refs:CreateObjectTypeWithCallSignature (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsSignatureDeclaration.cpp87 placeholderObj = checker->CreateObjectTypeWithCallSignature(signature); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DtypeCreation.cpp125 Type *TSChecker::CreateObjectTypeWithCallSignature(Signature *callSignature) in CreateObjectTypeWithCallSignature() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp128 Type *Checker::CreateObjectTypeWithCallSignature(Signature *callSignature) in CreateObjectTypeWithCallSignature() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h312 Type *CreateObjectTypeWithCallSignature(Signature *callSignature);
DTSAnalyzer.cpp169 placeholderObj = checker->CreateObjectTypeWithCallSignature(signature); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h385 Type *CreateObjectTypeWithCallSignature(Signature *callSignature);