reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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();