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 110 std::string DebugCompilationDir;
  /external/clang/tools/driver/
cc1as_main.cpp 93 std::string DebugCompilationDir;
205 Opts.DebugCompilationDir = Args->getLastArgValue(OPT_fdebug_compilation_dir);
337 if (!Opts.DebugCompilationDir.empty())
338 Ctx.setCompilationDir(Opts.DebugCompilationDir);

Completed in 131 milliseconds