Home
last modified time | relevance | path

Searched refs:declName (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DentityDeclarator-inl.h28 varbinder::Variable *EntityDeclarator::ImportGlobalEntity(util::StringView pathToDeclSource, util::StringView declName, in ImportGlobalEntity() argument
38 auto *var = FindEntityVariable(entitiesMap, declName); in ImportGlobalEntity()
42 pathToDeclSource, declName); in ImportGlobalEntity()
44 if (!entitiesMap.emplace(declName, var).second) { in ImportGlobalEntity()
51 CreateAndInsertImportStatement(pathToDeclSource, declName, importerProgram, importedName, var); in ImportGlobalEntity()
H A DscopedDebugInfoPlugin.cpp269 [classId](auto *deserializer, auto *program, auto declSourcePath, auto declName) { in FindClass()
270 return deserializer->CreateIrClass(classId, program, declSourcePath, declName); in FindClass()
291 [classId](auto *deserializer, auto *program, auto declSourcePath, auto declName) { in FindClass()
292 return deserializer->CreateIrClass(classId, program, declSourcePath, declName); in FindClass()
316 [&fromContextFile](auto *deserializer, auto *program, auto declSourcePath, auto declName) {
317 return deserializer->CreateIrGlobalMethods(fromContextFile, program, declSourcePath, declName);
331 [&fromImported](auto *deserializer, auto *program, auto declSourcePath, auto declName) {
332 return deserializer->CreateIrGlobalMethods(fromImported, program, declSourcePath, declName);
H A DentityDeclarator.h56 varbinder::Variable *ImportGlobalEntity(util::StringView pathToDeclSource, util::StringView declName,
70 void CreateAndInsertImportStatement(util::StringView pathToDeclSource, util::StringView declName,
H A DentityDeclarator.cpp46 void EntityDeclarator::CreateAndInsertImportStatement(util::StringView pathToDeclSource, util::StringView declName, in CreateAndInsertImportStatement() argument
62 auto *importStatement = CreateIrImport(pathToDeclSource, declName, importedName); in CreateAndInsertImportStatement()
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DinheritanceResolution.cpp62 explicit ChainEntryInfo(std::string_view filePath, std::string_view declName, in ChainEntryInfo()
64 : sourceFilePath(filePath), entityDeclarationName(declName), cda(accessor), program(prog) in ChainEntryInfo()

Completed in 3 milliseconds