Searched refs:CheckFunctionParameterDeclarations (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | functionExpression.cpp | 54 checker->CheckFunctionParameterDeclarations(func_->Params(), signatureInfo); in Check()
|
| D | arrowFunctionExpression.cpp | 54 checker->CheckFunctionParameterDeclarations(func_->Params(), signatureInfo); in Check()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsFunctionType.cpp | 56 checker->CheckFunctionParameterDeclarations(params_, signatureInfo); in Check()
|
| D | tsConstructorType.cpp | 57 checker->CheckFunctionParameterDeclarations(params_, signatureInfo); in Check()
|
| D | tsMethodSignature.cpp | 68 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 | 414 void Checker::CheckFunctionParameterDeclarations(const ArenaVector<ir::Expression *> ¶ms, in CheckFunctionParameterDeclarations() function in panda::es2panda::checker::Checker 581 CheckFunctionParameterDeclarations(func->Params(), overloadSignatureInfo); in InferFunctionDeclarationType() 598 CheckFunctionParameterDeclarations(bodyDeclaration->Params(), signatureInfo); in InferFunctionDeclarationType()
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.h | 414 …void CheckFunctionParameterDeclarations(const ArenaVector<ir::Expression *> ¶ms, SignatureInfo…
|