HomeSort by relevance Sort by last modified time
    Searched defs:DebugCompilationDir (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
CodeGenOptions.h 88 std::string DebugCompilationDir;
  /external/clang/tools/driver/
cc1as_main.cpp 87 std::string DebugCompilationDir;
188 Opts.DebugCompilationDir = Args->getLastArgValue(OPT_fdebug_compilation_dir);
316 if (!Opts.DebugCompilationDir.empty())
317 Ctx.setCompilationDir(Opts.DebugCompilationDir);

Completed in 141 milliseconds