Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.cpp76 const auto &moduleName = recordTable_->program_->ModuleName(); in FormRecordName()
DETSBinder.cpp459 return scope->Node()->AsETSScript()->Program()->ModuleName(); in GetPackageName()
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
Dhelpers.cpp142 util::StringView moduleNameCurrent = currentProgram->ModuleName(); in IsVisibleInternalNode()
152 util::StringView moduleNameObject = objectProgram->ModuleName(); in IsVisibleInternalNode()
/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h195 const util::StringView &ModuleName() const in ModuleName() function
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp671 auto fileFolder = program->ModuleName().Mutf8(); in IsStdLib()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp320 auto packageName = classDefProgram->ModuleName().Mutf8(); in GetQualifiedClassName()
DtypeCreation.cpp580 prefix = program->OmitModuleName() ? util::StringView() : program->ModuleName(); in CreateNewETSObjectType()
Ddynamic.cpp340 std::string moduleString(VarBinder()->Program()->ModuleName()); in CreateDynamicCallClassInitializer()
Dhelpers.cpp2591 …std::vector<util::StringView> syntheticNames = GetNameForSynteticObjectType(program->ModuleName()); in GetImportSpecifierObjectType()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp142 const util::StringView name = newProg->ModuleName(); in AddExternalSource()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp250 ss << VarBinder()->Program()->ModuleName() << compiler::Signatures::METHOD_SEPARATOR; in FormDynamicModulePropReference()