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 94 std::string DebugCompilationDir;
  /external/clang/tools/driver/
cc1as_main.cpp 90 std::string DebugCompilationDir;
191 Opts.DebugCompilationDir = Args->getLastArgValue(OPT_fdebug_compilation_dir);
317 if (!Opts.DebugCompilationDir.empty())
318 Ctx.setCompilationDir(Opts.DebugCompilationDir);

Completed in 35 milliseconds