Searched refs:CallMatchesSignature (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | function.cpp | 720 bool Checker::CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature() function in panda::es2panda::checker::Checker 785 if (CallMatchesSignature(arguments, it, potentialSignatures.size() == 1)) { in resolveCallOrNewExpression()
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | function.cpp | 701 bool TSChecker::CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError) in CallMatchesSignature() function in ark::es2panda::checker::TSChecker 766 if (CallMatchesSignature(arguments, it, potentialSignatures.size() == 1)) { in ResolveCallOrNewExpression()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | TSchecker.h | 365 bool CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError);
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
H A D | checker.h | 435 bool CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError);
|
Completed in 4 milliseconds