HomeSort by relevance Sort by last modified time
    Searched refs:UserEntries (Results 1 - 19 of 19) sorted by null

  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 81 std::vector<Entry> UserEntries;
189 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 82 std::vector<Entry> UserEntries;
197 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
HeaderSearchOptions.h 82 std::vector<Entry> UserEntries;
197 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
HeaderSearchOptions.h 82 std::vector<Entry> UserEntries;
197 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearchOptions.h 82 std::vector<Entry> UserEntries;
197 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
HeaderSearchOptions.h 82 std::vector<Entry> UserEntries;
197 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
HeaderSearchOptions.h 82 std::vector<Entry> UserEntries;
197 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
HeaderSearchOptions.h 83 std::vector<Entry> UserEntries;
201 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
HeaderSearchOptions.h 83 std::vector<Entry> UserEntries;
201 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
HeaderSearchOptions.h 83 std::vector<Entry> UserEntries;
201 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
HeaderSearchOptions.h 83 std::vector<Entry> UserEntries;
201 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
HeaderSearchOptions.h 83 std::vector<Entry> UserEntries;
201 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
HeaderSearchOptions.h 83 std::vector<Entry> UserEntries;
201 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
HeaderSearchOptions.h 83 std::vector<Entry> UserEntries;
201 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
HeaderSearchOptions.h 83 std::vector<Entry> UserEntries;
201 UserEntries.emplace_back(Path, Group, IsFramework, IgnoreSysRoot);
  /external/v8/tools/clang/translation_unit/
TranslationUnitGenerator.cpp 98 for (const auto& entry : header_search_options->UserEntries) {
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 652 for (unsigned i = 0, e = HSOpts.UserEntries.size(); i != e; ++i) {
653 const HeaderSearchOptions::Entry &E = HSOpts.UserEntries[i];
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 634 milliseconds