Home
last modified time | relevance | path

Searched defs:VariableMap (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.h40 using VariableMap = ArenaMap<util::StringView, Variable *>; variable
Dscope.h52 using VariableMap = ArenaMap<util::StringView, Variable *>; variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h76 using VariableMap = ArenaUnorderedMap<util::StringView, Variable *>; variable