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

  /external/clang/include/clang/Frontend/
HeaderSearchOptions.h 48 /// relative to the sysroot, or true if it should always be the absolute
74 std::string Sysroot;
109 : Sysroot(_Sysroot), DisableModuleHash(0), UseBuiltinIncludes(true),
  /external/clang/lib/Frontend/
FrontendActions.cpp 82 std::string Sysroot;
85 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
89 Sysroot.clear();
90 return new PCHGenerator(CI.getPreprocessor(), OutputFile, 0, Sysroot, OS);
95 std::string &Sysroot,
98 Sysroot = CI.getHeaderSearchOpts().Sysroot;
99 if (CI.getFrontendOpts().RelocatablePCH && Sysroot.empty()) {
119 std::string Sysroot;
122 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS)
    [all...]
CompilerInstance.cpp 280 getHeaderSearchOpts().Sysroot);
314 Source.reset(createPCHExternalASTSource(Path, getHeaderSearchOpts().Sysroot,
327 const std::string &Sysroot,
337 Sysroot.empty() ? "" : Sysroot.c_str(),
    [all...]
ASTUnit.cpp     [all...]

Completed in 62 milliseconds