Lines Matching defs:UserEntryIdx
36 std::optional<unsigned> UserEntryIdx;
39 std::optional<unsigned> UserEntryIdx)
40 : Group(Group), Lookup(Lookup), UserEntryIdx(UserEntryIdx) {}
63 std::optional<unsigned> UserEntryIdx = std::nullopt);
70 std::optional<unsigned> UserEntryIdx = std::nullopt);
116 std::optional<unsigned> UserEntryIdx) {
124 UserEntryIdx);
128 return AddUnmappedPath(Path, Group, isFramework, UserEntryIdx);
133 std::optional<unsigned> UserEntryIdx) {
160 UserEntryIdx);
171 UserEntryIdx);
468 if (Infos[I].UserEntryIdx)
469 LookupsToUserEntries.insert({I, *Infos[I].UserEntryIdx});