Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearchOptions.h103 std::vector<Entry> UserEntries; variable
243 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot); in AddPath()
/openbsd/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp27 std::vector<HeaderSearchOptions::Entry> Entries = Opts.UserEntries; in optimizeHeaderSearchOpts()
28 Opts.UserEntries.clear(); in optimizeHeaderSearchOpts()
43 Opts.UserEntries.push_back(Entries[Idx]); in optimizeHeaderSearchOpts()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp661 for (unsigned i = 0, e = HSOpts.UserEntries.size(); i != e; ++i) { in ApplyHeaderSearchOptions()
662 const HeaderSearchOptions::Entry &E = HSOpts.UserEntries[i]; in ApplyHeaderSearchOptions()
H A DHeaderSearch.cpp132 std::vector<bool> UserEntryUsage(HSOpts->UserEntries.size()); in computeUserEntryUsage()
741 << HSOpts->UserEntries[UserEntryIdxIt->second].Path; in noteLookupUsage()
/openbsd/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp119 for (const auto &Entry : CI.getHeaderSearchOpts().UserEntries) { in getRelativeIncludeName()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp555 llvm::SaveAndRestore X(this->HSOpts.UserEntries); in ReadHeaderSearchOptions()
569 this->HSOpts.UserEntries = HSOpts.UserEntries; in ReadHeaderSearchPaths()
H A DCompilerInvocation.cpp3009 auto It = Opts.UserEntries.begin(); in GenerateHeaderSearchArgs()
3010 auto End = Opts.UserEntries.end(); in GenerateHeaderSearchArgs()
4656 HBuilder.addRange(hsOpts.UserEntries); in getModuleHash()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp484 for (const auto &Entry : HSOpts.UserEntries) in initTargetOptions()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp1186 Record.push_back(HSOpts.UserEntries.size()); in writeUnhashedControlBlock()
1187 for (unsigned I = 0, N = HSOpts.UserEntries.size(); I != N; ++I) { in writeUnhashedControlBlock()
1188 const HeaderSearchOptions::Entry &Entry = HSOpts.UserEntries[I]; in writeUnhashedControlBlock()
H A DASTReader.cpp5946 HSOpts.UserEntries.emplace_back(std::move(Path), Group, IsFramework, in ParseHeaderSearchPaths()