Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDHeaderSearchOptions.h102 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/
HDDependencyScanningWorker.cpp104 for (const auto &Entry : CI.getHeaderSearchOpts().UserEntries) in runInvocation()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDInitHeaderSearch.cpp627 for (unsigned i = 0, e = HSOpts.UserEntries.size(); i != e; ++i) { in ApplyHeaderSearchOptions()
628 const HeaderSearchOptions::Entry &E = HSOpts.UserEntries[i]; in ApplyHeaderSearchOptions()
HDCompilerInvocation.cpp3702 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/
HDBackendUtil.cpp498 for (const auto &Entry : HSOpts.UserEntries) in initTargetOptions()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp1259 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()
HDASTReader.cpp5788 HSOpts.UserEntries.emplace_back(std::move(Path), Group, IsFramework, in ParseHeaderSearchOptions()