Home
last modified time | relevance | path

Searched refs:CallMatchesSignature (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dfunction.cpp720 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 Dfunction.cpp701 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 DTSchecker.h365 bool CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError);
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h435 bool CallMatchesSignature(const ArenaVector<ir::Expression *> &args, Signature *signature, bool throwError);

Completed in 4 milliseconds