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;
119 : Sysroot(_Sysroot), DisableModuleHash(0), UseBuiltinIncludes(true),
  /external/clang/lib/Frontend/
FrontendActions.cpp 87 std::string Sysroot;
90 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
94 Sysroot.clear();
95 return new PCHGenerator(CI.getPreprocessor(), OutputFile, 0, Sysroot, OS);
100 std::string &Sysroot,
103 Sysroot = CI.getHeaderSearchOpts().Sysroot;
104 if (CI.getFrontendOpts().RelocatablePCH && Sysroot.empty()) {
124 std::string Sysroot;
127 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS)
    [all...]
CompilerInstance.cpp 263 getHeaderSearchOpts().Sysroot);
296 Source.reset(createPCHExternalASTSource(Path, getHeaderSearchOpts().Sysroot,
309 const std::string &Sysroot,
319 Sysroot.empty() ? "" : Sysroot.c_str(),
    [all...]
ASTUnit.cpp     [all...]

Completed in 206 milliseconds