Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DpathResolver.cpp24 std::string_view entityName) in FindImportedFunctions()
35 auto optOverloadSet = imports.find(entityName); in FindImportedFunctions()
48 std::string_view entityName) in FindExportedFunctions()
58 const auto optOverloadSet = exports.find(entityName); in FindExportedFunctions()
80 FindExportedFunctions(overloadSet, path, entityName); in FindExportedFunctions()
108 std::optional<EntityInfo> PathResolver::FindImportedEntity(std::string_view filePath, std::string_view entityName) in FindImportedEntity() argument
119 auto optEntity = imports.find(entityName); in FindImportedEntity()
136 std::optional<EntityInfo> PathResolver::FindExportedEntity(std::string_view filePath, std::string_view entityName) in FindExportedEntity() argument
146 const auto optOverloadSet = exports.find(entityName); in FindExportedEntity()
169 auto optResult = FindExportedEntity(path, entityName); in FindExportedEntity()
23 FindImportedFunctions(ArenaVector<EntityInfo> &overloadSet, std::string_view filePath, std::string_view entityName) FindImportedFunctions() argument
47 FindExportedFunctions(ArenaVector<EntityInfo> &overloadSet, std::string_view filePath, std::string_view entityName) FindExportedFunctions() argument
[all...]
H A DpathResolver.h40 std::optional<EntityInfo> FindImportedEntity(std::string_view filePath, std::string_view entityName);
43 std::string_view entityName);
47 std::string_view entityName);
48 std::optional<EntityInfo> FindExportedEntity(std::string_view filePath, std::string_view entityName);
H A DimportExportTable.h24 EntityInfo(std::string_view path, std::string_view entity) : filePath(path), entityName(entity) {} in EntityInfo()
28 std::string_view entityName; member
H A DentityDeclarator.cpp114 util::StringView entityName) in FindEntityVariable()
116 const auto &find = entitiesMap.find(entityName); in FindEntityVariable()
113 FindEntityVariable(UMapStringViewVariable &entitiesMap, util::StringView entityName) FindEntityVariable() argument
H A DentityDeclarator.h66 static varbinder::Variable *FindEntityVariable(UMapStringViewVariable &entitiesMap, util::StringView entityName);

Completed in 2 milliseconds