Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/scan-build/libexec/
H A Dccc-analyzer119 my $CleanupFile;
127 if (defined $CleanupFile) {
128 unlink($CleanupFile);
762 $CleanupFile = $f;
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DCompilation.h275 bool CleanupFile(const char *File, bool IssueErrors = false) const;