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
163 : Sysroot(_Sysroot), DisableModuleHash(0), ModuleMaps(0),
/external/clang/lib/Frontend/
H A DFrontendActions.cpp78 std::string Sysroot; local
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; local
119 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFil
90 ComputeASTConsumerArguments(CompilerInstance &CI, StringRef InFile, std::string &Sysroot, std::string &OutputFile, raw_ostream *&OS) argument
338 ComputeASTConsumerArguments(CompilerInstance &CI, StringRef InFile, std::string &Sysroot, std::string &OutputFile, raw_ostream *&OS) argument
384 const std::string &Sysroot = CI.getHeaderSearchOpts().Sysroot; local
[all...]
H A DCompilerInstance.cpp348 getHeaderSearchOpts().Sysroot);
394 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation,
403 StringRef Path, const std::string &Sysroot, bool DisablePCHValidation,
411 Sysroot.empty() ? "" : Sysroot.c_str(),
1223 std::string Sysroot = HSOpts.Sysroot; local
1226 Sysroot.empty() ? "" : Sysroot.c_str(),
402 createPCHExternalASTSource( StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, void *DeserializationListener, bool OwnDeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument
H A DASTUnit.cpp984 std::string Sysroot; local
987 if (GeneratePCHAction::ComputeASTConsumerArguments(CI, InFile, Sysroot,
992 Sysroot.clear();
997 Sysroot, OS);

Completed in 105 milliseconds