Searched refs:ModuleName (Results 1 – 9 of 9) sorted by relevance
49 if (prog1->ModuleName() != prog2->ModuleName() && in ValidateFolderContainOnlySamePackageFiles()119 if (externalSources.count(program->ModuleName()) == 0) { in Perform()124 auto &packagePrograms = externalSources.at(program->ModuleName()); in Perform()137 externalSources.erase(program->ModuleName()); in Perform()
262 util::StringView ModuleName() const in ModuleName() function296 …return (ModuleName().Mutf8().rfind("std.", 0) == 0) || (ModuleName().Mutf8().rfind("escompat", 0) … in IsStdLib()
146 …ntTopStatement == objectTopStatement || currentProgram->ModuleName() == objectProgram->ModuleName(… in IsVisibleInternalNode()
206 std::string moduleName = std::string(program->ModuleName()); in SetupInitializerBlock()399 CheckPackageMultiInitializerBlock(program->ModuleName(), stmts.initializerBlocks); in SetupGlobalClass()
356 auto moduleName = std::string(program->ModuleName()); in SavePermanents()
719 auto fileFolder = program->ModuleName().Mutf8(); in IsStdLib()
231 const util::StringView name = newProg->ModuleName(); in AddExternalSource()285 auto name = newProg->ModuleName(); in AddDirectImportsToDirectExternalSources()
654 return var->GetScope()->Node()->GetTopStatement()->AsETSModule()->Program()->ModuleName(); in AddOverloadFlag()
3114 auto const moduleName = program->ModuleName(); in GetImportSpecifierObjectType()