Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h102 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 DDependencyScanningWorker.cpp82 for (const auto &Entry : CI.getHeaderSearchOpts().UserEntries) in runInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp628 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 DCompilerInvocation.cpp2848 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 DBackendUtil.cpp589 for (const auto &Entry : HSOpts.UserEntries) in initTargetOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1302 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 DASTReader.cpp5842 HSOpts.UserEntries.emplace_back(std::move(Path), Group, IsFramework, in ParseHeaderSearchOptions()