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

/external/clang/include/clang/Frontend/
H A DHeaderSearchOptions.h74 std::string Sysroot; member in class:clang::HeaderSearchOptions
109 : Sysroot(_Sysroot), DisableModuleHash(0), UseBuiltinIncludes(true),
/external/clang/lib/Frontend/
H A DFrontendActions.cpp82 std::string Sysroot; local
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; local
122 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFil
93 ComputeASTConsumerArguments(CompilerInstance &CI, StringRef InFile, std::string &Sysroot, std::string &OutputFile, raw_ostream *&OS) argument
323 ComputeASTConsumerArguments(CompilerInstance &CI, StringRef InFile, std::string &Sysroot, std::string &OutputFile, raw_ostream *&OS) argument
[all...]
H A DCompilerInstance.cpp280 getHeaderSearchOpts().Sysroot);
314 Source.reset(createPCHExternalASTSource(Path, getHeaderSearchOpts().Sysroot,
327 const std::string &Sysroot,
337 Sysroot.empty() ? "" : Sysroot.c_str(),
949 std::string Sysroot = getHeaderSearchOpts().Sysroot; local
952 Sysroot.empty() ? "" : Sysroot.c_str(),
326 createPCHExternalASTSource(StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, bool DisableStatCache, bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, void *DeserializationListener, bool Preamble) argument
H A DASTUnit.cpp971 std::string Sysroot; local
974 if (GeneratePCHAction::ComputeASTConsumerArguments(CI, InFile, Sysroot,
980 Sysroot.clear();
984 return new PrecompilePreambleConsumer(Unit, CI.getPreprocessor(), Sysroot,

Completed in 36 milliseconds