HomeSort by: relevance | last modified time | path
    Searched refs:UserEntries (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearchOptions.h 102 std::vector<Entry> UserEntries;
236 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningWorker.cpp 82 for (const auto &Entry : CI.getHeaderSearchOpts().UserEntries)
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitHeaderSearch.cpp 628 for (unsigned i = 0, e = HSOpts.UserEntries.size(); i != e; ++i) {
629 const HeaderSearchOptions::Entry &E = HSOpts.UserEntries[i];
CompilerInvocation.cpp 2848 auto It = Opts.UserEntries.begin();
2849 auto End = Opts.UserEntries.end();
4537 hash_code UEC = hash_combine_range(hsOpts.UserEntries.begin(),
4538 hsOpts.UserEntries.end());
4540 hsOpts.UserEntries.size(), UEC);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 589 for (const auto &Entry : HSOpts.UserEntries)
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 1302 Record.push_back(HSOpts.UserEntries.size());
1303 for (unsigned I = 0, N = HSOpts.UserEntries.size(); I != N; ++I) {
1304 const HeaderSearchOptions::Entry &Entry = HSOpts.UserEntries[I];
ASTReader.cpp 5842 HSOpts.UserEntries.emplace_back(std::move(Path), Group, IsFramework,

Completed in 71 milliseconds