Searched refs:UserEntries (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 102 std::vector<Entry> UserEntries; variable 236 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot); in AddPath()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 82 for (const auto &Entry : CI.getHeaderSearchOpts().UserEntries) in runInvocation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | InitHeaderSearch.cpp | 628 for (unsigned i = 0, e = HSOpts.UserEntries.size(); i != e; ++i) { in ApplyHeaderSearchOptions() 629 const HeaderSearchOptions::Entry &E = HSOpts.UserEntries[i]; in ApplyHeaderSearchOptions()
|
| H A D | CompilerInvocation.cpp | 2848 auto It = Opts.UserEntries.begin(); in GenerateHeaderSearchArgs() 2849 auto End = Opts.UserEntries.end(); in GenerateHeaderSearchArgs() 4537 hash_code UEC = hash_combine_range(hsOpts.UserEntries.begin(), in getModuleHash() 4538 hsOpts.UserEntries.end()); in getModuleHash() 4540 hsOpts.UserEntries.size(), UEC); in getModuleHash()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 589 for (const auto &Entry : HSOpts.UserEntries) in initTargetOptions()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1302 Record.push_back(HSOpts.UserEntries.size()); in WriteControlBlock() 1303 for (unsigned I = 0, N = HSOpts.UserEntries.size(); I != N; ++I) { in WriteControlBlock() 1304 const HeaderSearchOptions::Entry &Entry = HSOpts.UserEntries[I]; in WriteControlBlock()
|
| H A D | ASTReader.cpp | 5842 HSOpts.UserEntries.emplace_back(std::move(Path), Group, IsFramework, in ParseHeaderSearchOptions()
|