Home
last modified time | relevance | path

Searched refs:UserEntryIdx (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp39 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);
119 std::optional<unsigned> UserEntryIdx) { in AddPath() argument
127 UserEntryIdx); in AddPath()
131 return AddUnmappedPath(Path, Group, isFramework, UserEntryIdx); in AddPath()
163 UserEntryIdx); in AddUnmappedPath()
175 UserEntryIdx); in AddUnmappedPath()
470 if (Infos[I].UserEntryIdx) in mapToUserEntries()
[all …]