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

Completed in 44 milliseconds