HomeSort by relevance Sort by last modified time
    Searched defs:HSOpts (Results 1 - 22 of 22) sorted by null

  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 165 IntrusiveRefCntPtr<HeaderSearchOptions> HSOpts = new HeaderSearchOptions();
166 HeaderSearch HeaderInfo(HSOpts, SourceMgr, Diags, LangOpts,
  /external/clang/include/clang/Lex/
HeaderSearch.h 150 IntrusiveRefCntPtr<HeaderSearchOptions> HSOpts;
251 HeaderSearch(IntrusiveRefCntPtr<HeaderSearchOptions> HSOpts,
258 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 150 std::shared_ptr<HeaderSearchOptions> HSOpts;
251 HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts,
258 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 150 std::shared_ptr<HeaderSearchOptions> HSOpts;
251 HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts,
258 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 150 std::shared_ptr<HeaderSearchOptions> HSOpts;
251 HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts,
258 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 150 std::shared_ptr<HeaderSearchOptions> HSOpts;
251 HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts,
258 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 150 std::shared_ptr<HeaderSearchOptions> HSOpts;
251 HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts,
258 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 150 std::shared_ptr<HeaderSearchOptions> HSOpts;
251 HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts,
258 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 150 std::shared_ptr<HeaderSearchOptions> HSOpts;
251 HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts,
258 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderSearch.h 150 std::shared_ptr<HeaderSearchOptions> HSOpts;
251 HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts,
258 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; }
  /external/clang/include/clang/Frontend/
ASTUnit.h 97 IntrusiveRefCntPtr<HeaderSearchOptions> HSOpts;
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 430 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts();
436 HSOpts.ModulesValidateSystemHeaders, UseGlobalModuleIndex));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 94 std::shared_ptr<HeaderSearchOptions> HSOpts;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 94 std::shared_ptr<HeaderSearchOptions> HSOpts;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 94 std::shared_ptr<HeaderSearchOptions> HSOpts;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 94 std::shared_ptr<HeaderSearchOptions> HSOpts;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 94 std::shared_ptr<HeaderSearchOptions> HSOpts;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 94 std::shared_ptr<HeaderSearchOptions> HSOpts;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 94 std::shared_ptr<HeaderSearchOptions> HSOpts;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 94 std::shared_ptr<HeaderSearchOptions> HSOpts;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp 116 const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath,
118 return First->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
120 Second->ReadHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
625 static bool checkHeaderSearchOptions(const HeaderSearchOptions &HSOpts,
642 bool PCHValidator::ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts,
645 return checkHeaderSearchOptions(HSOpts, SpecificModuleCachePath,
    [all...]

Completed in 96 milliseconds