Lines Matching refs:UserEntryIdx
39 std::optional<unsigned> UserEntryIdx; member
42 std::optional<unsigned> UserEntryIdx) in DirectoryLookupInfo()
43 : Group(Group), Lookup(Lookup), UserEntryIdx(UserEntryIdx) {} in DirectoryLookupInfo()
66 std::optional<unsigned> UserEntryIdx = std::nullopt);
73 std::optional<unsigned> UserEntryIdx = std::nullopt);
119 std::optional<unsigned> UserEntryIdx) { in AddPath() argument
127 UserEntryIdx); in AddPath()
131 return AddUnmappedPath(Path, Group, isFramework, UserEntryIdx); in AddPath()
136 std::optional<unsigned> UserEntryIdx) { in AddUnmappedPath() argument
163 UserEntryIdx); in AddUnmappedPath()
175 UserEntryIdx); in AddUnmappedPath()
470 if (Infos[I].UserEntryIdx) in mapToUserEntries()
471 LookupsToUserEntries.insert({I, *Infos[I].UserEntryIdx}); in mapToUserEntries()