HomeSort by relevance Sort by last modified time
    Searched refs:Sysroot (Results 1 - 10 of 10) 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...]
InitHeaderSearch.cpp 50 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot)
51 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
52 HasSysroot(!(sysroot.empty() || sysroot == "/")) {
56 /// the sysroot if used.
60 /// without performing any sysroot remapping.
121 // Add the path with sysroot prepended, if desired and this is a system header
315 P.appendComponent("../../../i686-w64-mingw32/include"); // <sysroot>/i686-w64-mingw32/include
318 P.appendComponent("../../../x86_64-w64-mingw32/include"); // <sysroot>/x86_64-w64-mingw32/include
322 P.appendComponent("../../../include"); // <sysroot>/includ
    [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/include/clang/Frontend/
FrontendActions.h 95 std::string &Sysroot,
122 std::string &Sysroot,
CompilerInstance.h 551 createPCHExternalASTSource(StringRef Path, const std::string &Sysroot,
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 758 milliseconds