Home
last modified time | relevance | path

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

/src/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);
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()
[all …]