Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp65 …der::HandleDynamicVariables(ir::Identifier *ident, Variable *variable, bool allowDynamicNamespaces) in HandleDynamicVariables()
106 void ETSBinder::LookupTypeReference(ir::Identifier *ident, bool allowDynamicNamespaces) in LookupTypeReference()
304 bool allowDynamicNamespaces = typeRef->Part()->Name() != baseName; in BuildETSTypeReference() local