Searched refs:CheckFunctionParameterDeclarations (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | arrowFunctionExpression.cpp | 54 checker->CheckFunctionParameterDeclarations(func_->Params(), signatureInfo); in Check()
|
| D | functionExpression.cpp | 54 checker->CheckFunctionParameterDeclarations(func_->Params(), signatureInfo); in Check()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsConstructorType.cpp | 57 checker->CheckFunctionParameterDeclarations(params_, signatureInfo); in Check()
|
| D | tsFunctionType.cpp | 56 checker->CheckFunctionParameterDeclarations(params_, signatureInfo); in Check()
|
| D | tsMethodSignature.cpp | 70 checker->CheckFunctionParameterDeclarations(params_, signatureInfo); in Check()
|
| D | tsSignatureDeclaration.cpp | 65 checker->CheckFunctionParameterDeclarations(params_, signatureInfo); in Check()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | function.cpp | 419 void Checker::CheckFunctionParameterDeclarations(const ArenaVector<ir::Expression *> ¶ms, in CheckFunctionParameterDeclarations() function in panda::es2panda::checker::Checker 588 CheckFunctionParameterDeclarations(func->Params(), overloadSignatureInfo); in InferFunctionDeclarationType() 606 CheckFunctionParameterDeclarations(bodyDeclaration->Params(), signatureInfo); in InferFunctionDeclarationType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | function.cpp | 396 void TSChecker::CheckFunctionParameterDeclarations(const ArenaVector<ir::Expression *> ¶ms, in CheckFunctionParameterDeclarations() function in ark::es2panda::checker::TSChecker 583 CheckFunctionParameterDeclarations(func->Params(), overloadSignatureInfo); in InferFunctionDeclarationType() 599 CheckFunctionParameterDeclarations(bodyDeclaration->Params(), signatureInfo); in InferFunctionDeclarationType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 97 checker->CheckFunctionParameterDeclarations(node->Params(), signatureInfo); in Check() 145 checker->CheckFunctionParameterDeclarations(node->Params(), signatureInfo); in Check() 320 checker->CheckFunctionParameterDeclarations(expr->Function()->Params(), signatureInfo); in Check() 563 checker->CheckFunctionParameterDeclarations(expr->Function()->Params(), signatureInfo); in Check() 1512 checker->CheckFunctionParameterDeclarations(node->Params(), signatureInfo); in Check() 1855 checker->CheckFunctionParameterDeclarations(node->Params(), signatureInfo); in Check()
|
| D | TSchecker.h | 341 …void CheckFunctionParameterDeclarations(const ArenaVector<ir::Expression *> ¶ms, SignatureInfo…
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.h | 414 …void CheckFunctionParameterDeclarations(const ArenaVector<ir::Expression *> ¶ms, SignatureInfo…
|