Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DpackageImplicitImport.cpp49 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()
/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h262 util::StringView ModuleName() const in ModuleName() function
296 …return (ModuleName().Mutf8().rfind("std.", 0) == 0) || (ModuleName().Mutf8().rfind("escompat", 0) … in IsStdLib()
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
Dhelpers.cpp146 …ntTopStatement == objectTopStatement || currentProgram->ModuleName() == objectProgram->ModuleName(… in IsVisibleInternalNode()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalClassHandler.cpp206 std::string moduleName = std::string(program->ModuleName()); in SetupInitializerBlock()
399 CheckPackageMultiInitializerBlock(program->ModuleName(), stmts.initializerBlocks); in SetupGlobalClass()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp356 auto moduleName = std::string(program->ModuleName()); in SavePermanents()
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp719 auto fileFolder = program->ModuleName().Mutf8(); in IsStdLib()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp231 const util::StringView name = newProg->ModuleName(); in AddExternalSource()
285 auto name = newProg->ModuleName(); in AddDirectImportsToDirectExternalSources()
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp654 return var->GetScope()->Node()->GetTopStatement()->AsETSModule()->Program()->ModuleName(); in AddOverloadFlag()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp3114 auto const moduleName = program->ModuleName(); in GetImportSpecifierObjectType()