Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DASTVerifier.cpp113 auto *currentProgram = currentTopStatement->Program(); in IsVisibleInternalNode() local
114 if (currentProgram == nullptr) { in IsVisibleInternalNode()
117 util::StringView packageNameCurrent = currentProgram->GetPackageName(); in IsVisibleInternalNode()