Lines Matching refs:entity
41 for (const auto &[path, entity] : optOverloadSet->second) {
43 FindExportedFunctions(overloadSet, path, entity);
61 for (const auto &[path, entity] : optOverloadSet->second) {
64 overloadSet.push_back(EntityInfo(filePath, entity));
66 FindExportedFunctions(overloadSet, path, entity);
75 for (const auto &[path, entity] : optReExportAll->second) {
77 (void)entity;
78 ASSERT(entity == STAR_IMPORT);
100 for (const auto &[path, entity] : optEntity->second) {
101 if (entity == STAR_IMPORT) {
130 auto [path, entity] = optEntity->second[0];
131 return FindExportedEntity(path, entity);
134 // Note that the current implementation does not guarantee that the found entity is indeed a variable,
154 const auto &[path, entity] = optOverloadSet->second[0];
156 return EntityInfo(filePath, entity);
158 return FindExportedEntity(path, entity);
164 for (const auto &[path, entity] : optReExportAll->second) {
166 (void)entity;
167 ASSERT(entity == STAR_IMPORT);