Searched refs:UserEntries (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | HeaderSearchOptions.h | 102 std::vector<Entry> UserEntries; variable 231 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot); in AddPath()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| HD | DependencyScanningWorker.cpp | 104 for (const auto &Entry : CI.getHeaderSearchOpts().UserEntries) in runInvocation()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | InitHeaderSearch.cpp | 627 for (unsigned i = 0, e = HSOpts.UserEntries.size(); i != e; ++i) { in ApplyHeaderSearchOptions() 628 const HeaderSearchOptions::Entry &E = HSOpts.UserEntries[i]; in ApplyHeaderSearchOptions()
|
| HD | CompilerInvocation.cpp | 3702 hash_code UEC = hash_combine_range(hsOpts.UserEntries.begin(), in getModuleHash() 3703 hsOpts.UserEntries.end()); in getModuleHash() 3705 hsOpts.UserEntries.size(), UEC); in getModuleHash()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | BackendUtil.cpp | 498 for (const auto &Entry : HSOpts.UserEntries) in initTargetOptions()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTWriter.cpp | 1259 Record.push_back(HSOpts.UserEntries.size()); in WriteControlBlock() 1260 for (unsigned I = 0, N = HSOpts.UserEntries.size(); I != N; ++I) { in WriteControlBlock() 1261 const HeaderSearchOptions::Entry &Entry = HSOpts.UserEntries[I]; in WriteControlBlock()
|
| HD | ASTReader.cpp | 5788 HSOpts.UserEntries.emplace_back(std::move(Path), Group, IsFramework, in ParseHeaderSearchOptions()
|