Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.h225 bool IsDynamicModuleVariable(const Variable *var) const;
DETSBinder.cpp105 if (IsDynamicModuleVariable(res.variable)) { in LookupTypeReference()
1113 bool ETSBinder::IsDynamicModuleVariable(const Variable *var) const in IsDynamicModuleVariable() function in panda::es2panda::varbinder::ETSBinder
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp229 … ASSERT(VarBinder()->IsDynamicModuleVariable(var) || VarBinder()->IsDynamicNamespaceVariable(var)); in FormDynamicModulePropReference()
286 if (VarBinder()->IsDynamicModuleVariable(var)) { in LoadVar()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp280 if (VarBinder()->AsETSBinder()->IsDynamicModuleVariable(var)) { in GetTypeOfVariable()