HomeSort by relevance Sort by last modified time
    Searched defs:Sysroot (Results 1 - 4 of 4) 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...]

Completed in 33 milliseconds