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

  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 53 /// relative to the sysroot, or true if it should always be the absolute
77 std::string Sysroot;
163 : Sysroot(_Sysroot), DisableModuleHash(0), ModuleMaps(0),
  /external/clang/lib/Frontend/
FrontendActions.cpp 78 std::string Sysroot;
81 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
85 Sysroot.clear();
86 return new PCHGenerator(CI.getPreprocessor(), OutputFile, nullptr, Sysroot,
92 std::string &Sysroot,
95 Sysroot = CI.getHeaderSearchOpts().Sysroot;
96 if (CI.getFrontendOpts().RelocatablePCH && Sysroot.empty()) {
116 std::string Sysroot;
119 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS)
    [all...]
CompilerInstance.cpp 348 getHeaderSearchOpts().Sysroot);
394 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation,
403 StringRef Path, const std::string &Sysroot, bool DisablePCHValidation,
411 Sysroot.empty() ? "" : Sysroot.c_str(),
    [all...]
ASTUnit.cpp     [all...]

Completed in 69 milliseconds