reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 1987   Driver.getVFS().makeAbsolute(Path);
 1988   auto Err = llvm::sys::fs::create_directory(Path, /*IgnoreExisting=*/true);
 1995       Path,
 1999   Err = llvm::sys::fs::createUniqueFile(Path, FD, TempPath);
 2001     Driver.Diag(diag::err_drv_compilationdatabase) << Path << Err.message();