Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsConstructorType.cpp62 return checker->CreateConstructorTypeWithSignature(constructSignature); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DtypeCreation.cpp146 Type *TSChecker::CreateConstructorTypeWithSignature(Signature *constructSignature) in CreateConstructorTypeWithSignature() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp152 Type *Checker::CreateConstructorTypeWithSignature(Signature *constructSignature) in CreateConstructorTypeWithSignature() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h304 Type *CreateConstructorTypeWithSignature(Signature *constructSignature);
DTSAnalyzer.cpp1517 return checker->CreateConstructorTypeWithSignature(constructSignature); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h377 Type *CreateConstructorTypeWithSignature(Signature *constructSignature);