Searched defs:Sysroot (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Lex/
H A DHeaderSearchOptions.h77 std::string Sysroot; member in class:clang::HeaderSearchOptions
140 : Sysroot(_Sysroot), DisableModuleHash(0), ModuleMaps(0),
/external/clang/lib/Frontend/
H A DFrontendActions.cpp89 std::string Sysroot; local
92 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS))
96 Sysroot.clear();
97 return new PCHGenerator(CI.getPreprocessor(), OutputFile, 0, Sysroot, OS);
102 std::string &Sysroot,
105 Sysroot = CI.getHeaderSearchOpts().Sysroot;
106 if (CI.getFrontendOpts().RelocatablePCH && Sysroot.empty()) {
126 std::string Sysroot; local
129 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFil
100 ComputeASTConsumerArguments(CompilerInstance &CI, StringRef InFile, std::string &Sysroot, std::string &OutputFile, raw_ostream *&OS) argument
288 ComputeASTConsumerArguments(CompilerInstance &CI, StringRef InFile, std::string &Sysroot, std::string &OutputFile, raw_ostream *&OS) argument
[all...]
H A DCompilerInstance.cpp260 getHeaderSearchOpts().Sysroot);
293 Source.reset(createPCHExternalASTSource(Path, getHeaderSearchOpts().Sysroot,
306 const std::string &Sysroot,
316 Sysroot.empty() ? "" : Sysroot.c_str(),
1154 std::string Sysroot = getHeaderSearchOpts().Sysroot; local
1157 Sysroot.empty() ? "" : Sysroot.c_str(),
305 createPCHExternalASTSource(StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, void *DeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument
H A DASTUnit.cpp1050 std::string Sysroot; local
1053 if (GeneratePCHAction::ComputeASTConsumerArguments(CI, InFile, Sysroot,
1058 Sysroot.clear();
1063 Sysroot, OS);

Completed in 210 milliseconds