Searched refs:CheckFunctionParameter (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | function.cpp | 369 std::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> Checker::CheckFunctionParameter( in CheckFunctionParameter() function in panda::es2panda::checker::Checker 427 auto [paramVar, restVar, isOptional] = CheckFunctionParameter(*it, signatureInfo); in CheckFunctionParameterDeclarations()
|
H A D | helpers.cpp | 439 CheckFunctionParameter(declaration->AsExpression(), nullptr); in GetTypeOfVariable()
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | function.cpp | 348 std::tuple<varbinder::LocalVariable *, varbinder::LocalVariable *, bool> TSChecker::CheckFunctionParameter( in CheckFunctionParameter() function in ark::es2panda::checker::TSChecker 403 auto [paramVar, restVar, isOptional] = CheckFunctionParameter(*it, signatureInfo); in CheckFunctionParameterDeclarations()
|
H A D | helpers.cpp | 398 CheckFunctionParameter(declaration->AsExpression(), nullptr); in GetTypeParam()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | TSchecker.h | 342 std::tuple<varbinder::LocalVariable *, varbinder::LocalVariable *, bool> CheckFunctionParameter(
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
H A D | checker.h | 415 std::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> CheckFunctionParameter(
|
Completed in 6 milliseconds