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

/external/clang/lib/Driver/
H A DCompilation.cpp70 bool Compilation::CleanupFile(const char *File, bool IssueErrors) const { function in class:Compilation
105 Success &= CleanupFile(*it, IssueErrors);
120 Success &= CleanupFile(it->second, IssueErrors);
/external/clang/include/clang/Driver/
H A DCompilation.h138 /// CleanupFile - Delete a given file.
142 bool CleanupFile(const char *File, bool IssueErrors = false) const;
/external/clang/tools/scan-build/
H A Dccc-analyzer68 my $CleanupFile;
76 if (defined $CleanupFile) {
77 unlink($CleanupFile);
694 $CleanupFile = $f;

Completed in 2318 milliseconds