Home
last modified time | relevance | path

Searched refs:can_write (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Driver/
DCompilation.cpp85 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
/external/llvm/include/llvm/Support/
DFileSystem.h401 inline bool can_write(const Twine &Path) { in can_write() function
/external/clang/lib/Frontend/
DCompilerInstance.cpp645 if (!llvm::sys::fs::can_write(OutputPath)) { in createOutputFile()