Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileUtilities.h48 explicit FileRemover(const Twine& filename, bool deleteIt = true)
49 : DeleteIt(deleteIt) { in DeleteIt() argument
63 void setFile(const Twine& filename, bool deleteIt = true) {
71 DeleteIt = deleteIt;