Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dfunction.cpp121 std::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> Checker::CheckFunctionIdentifierParameter( in CheckFunctionIdentifierParameter() function in panda::es2panda::checker::Checker
384 result = CheckFunctionIdentifierParameter(param->AsIdentifier()); in CheckFunctionParameter()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dfunction.cpp119 std::tuple<varbinder::LocalVariable *, varbinder::LocalVariable *, bool> TSChecker::CheckFunctionIdentifierParameter( in CheckFunctionIdentifierParameter() function in ark::es2panda::checker::TSChecker
362 result = CheckFunctionIdentifierParameter(param->AsIdentifier()); in CheckFunctionParameter()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h344 std::tuple<varbinder::LocalVariable *, varbinder::LocalVariable *, bool> CheckFunctionIdentifierParameter(
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h417 std::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> CheckFunctionIdentifierParameter(

Completed in 5 milliseconds