Home
last modified time | relevance | path

Searched refs:CheckFunctionParameter (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dfunction.cpp369 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 Dhelpers.cpp439 CheckFunctionParameter(declaration->AsExpression(), nullptr); in GetTypeOfVariable()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dfunction.cpp348 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 Dhelpers.cpp398 CheckFunctionParameter(declaration->AsExpression(), nullptr); in GetTypeParam()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h342 std::tuple<varbinder::LocalVariable *, varbinder::LocalVariable *, bool> CheckFunctionParameter(
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h415 std::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> CheckFunctionParameter(

Completed in 6 milliseconds