Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp121 …<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/
Dfunction.cpp119 …er::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/
DTSchecker.h344 …ple<varbinder::LocalVariable *, varbinder::LocalVariable *, bool> CheckFunctionIdentifierParameter(
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h417 …td::tuple<binder::LocalVariable *, binder::LocalVariable *, bool> CheckFunctionIdentifierParameter(