Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/scan-build/libexec/
H A Dccc-analyzer119 my $CleanupFile;
127 if (defined $CleanupFile) {
128 unlink($CleanupFile);
755 $CleanupFile = $f;
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DCompilation.cpp111 bool Compilation::CleanupFile(const char *File, bool IssueErrors) const { in CleanupFile() function in Compilation
145 Success &= CleanupFile(File, IssueErrors); in CleanupFileList()
158 Success &= CleanupFile(File.second, IssueErrors); in CleanupFileMap()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DCompilation.h276 bool CleanupFile(const char *File, bool IssueErrors = false) const;