Home
last modified time | relevance | path

Searched defs:paramScope (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp89 compiler::RegScope paramScope(pg); in Compile() local
95 compiler::RegScope paramScope(pg); in Compile() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h542 void BindParamScope(T *paramScope) in BindParamScope()
548 void AssignParamScope(T *paramScope) in AssignParamScope()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h153 binder::FunctionParamScope *paramScope; variable
DexpressionParser.cpp404 binder::FunctionParamScope *paramScope) in ConvertToArrowParameter()
DparserImpl.cpp2688 …auto *paramScope = Binder()->Allocator()->New<binder::FunctionParamScope>(Allocator(), Binder()->G… in CreateImplicitConstructor() local