Lines Matching refs:UserEntryIdx
38 Optional<unsigned> UserEntryIdx; member
41 Optional<unsigned> UserEntryIdx) in DirectoryLookupInfo()
42 : Group(Group), Lookup(Lookup), UserEntryIdx(UserEntryIdx) {} in DirectoryLookupInfo()
65 Optional<unsigned> UserEntryIdx = None);
72 Optional<unsigned> UserEntryIdx = None);
126 Optional<unsigned> UserEntryIdx) { in AddPath() argument
134 UserEntryIdx); in AddPath()
138 return AddUnmappedPath(Path, Group, isFramework, UserEntryIdx); in AddPath()
143 Optional<unsigned> UserEntryIdx) { in AddUnmappedPath() argument
170 UserEntryIdx); in AddUnmappedPath()
182 UserEntryIdx); in AddUnmappedPath()
584 if (Infos[I].UserEntryIdx) in mapToUserEntries()
585 LookupsToUserEntries.insert({I, *Infos[I].UserEntryIdx}); in mapToUserEntries()