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;
140 : Sysroot(_Sysroot), DisableModuleHash(0), ModuleMaps(0),
  /external/clang/lib/Frontend/
FrontendActions.cpp 89 std::string Sysroot;
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;
129 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS)
    [all...]
CompilerInstance.cpp 260 getHeaderSearchOpts().Sysroot);
293 Source.reset(createPCHExternalASTSource(Path, getHeaderSearchOpts().Sysroot,
306 const std::string &Sysroot,
316 Sysroot.empty() ? "" : Sysroot.c_str(),
    [all...]
ASTUnit.cpp     [all...]
CompilerInvocation.cpp     [all...]
InitHeaderSearch.cpp 51 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot)
52 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
53 HasSysroot(!(sysroot.empty() || sysroot == "/")) {
57 /// the sysroot if used.
61 /// without performing any sysroot remapping.
122 // Add the path with sysroot prepended, if desired and this is a system header
315 // <sysroot>/i686-w64-mingw32/include
320 // <sysroot>/x86_64-w64-mingw32/include
326 // <sysroot>/includ
    [all...]
  /external/clang/include/clang/Frontend/
FrontendActions.h 95 std::string &Sysroot,
126 std::string &Sysroot,
CompilerInstance.h 549 createPCHExternalASTSource(StringRef Path, const std::string &Sysroot,
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 741 milliseconds