Home
last modified time | relevance | path

Searched refs:FindImportSpecifiersVariable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.h136 Variable *FindImportSpecifiersVariable(const util::StringView &imported,
DETSBinder.cpp533 Variable *ETSBinder::FindImportSpecifiersVariable(const util::StringView &imported, in FindImportSpecifiersVariable() function in panda::es2panda::varbinder::ETSBinder
588 auto *const var = FindImportSpecifiersVariable(imported, globalBindings, recordRes); in AddImportSpecifiersToTopBindings()