Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/libexec/
H A Dccc-analyzer116 my $CleanupFile;
124 if (defined $CleanupFile) {
125 unlink($CleanupFile);
759 $CleanupFile = $f;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DCompilation.cpp112 bool Compilation::CleanupFile(const char *File, bool IssueErrors) const { in CleanupFile() function in Compilation
146 Success &= CleanupFile(File, IssueErrors); in CleanupFileList()
159 Success &= CleanupFile(File.second, IssueErrors); in CleanupFileMap()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DCompilation.h268 bool CleanupFile(const char *File, bool IssueErrors = false) const;