Lines Matching refs:path
41 for (const auto &[path, entity] : optOverloadSet->second) {
43 FindExportedFunctions(overloadSet, path, entity);
61 for (const auto &[path, entity] : optOverloadSet->second) {
63 if (path.empty()) {
66 FindExportedFunctions(overloadSet, path, entity);
75 for (const auto &[path, entity] : optReExportAll->second) {
80 FindExportedFunctions(overloadSet, path, entityName);
100 for (const auto &[path, entity] : optEntity->second) {
102 return path;
130 auto [path, entity] = optEntity->second[0];
131 return FindExportedEntity(path, entity);
154 const auto &[path, entity] = optOverloadSet->second[0];
155 if (path.empty()) {
158 return FindExportedEntity(path, entity);
164 for (const auto &[path, entity] : optReExportAll->second) {
169 auto optResult = FindExportedEntity(path, entityName);