HomeSort by relevance Sort by last modified time
    Searched refs:CleanupFile (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Driver/
Compilation.cpp 204 bool Compilation::CleanupFile(const char *File, bool IssueErrors) const {
241 Success &= CleanupFile(*it, IssueErrors);
256 Success &= CleanupFile(it->second, IssueErrors);
  /external/clang/include/clang/Driver/
Compilation.h 135 /// CleanupFile - Delete a given file.
139 bool CleanupFile(const char *File, bool IssueErrors = false) const;
  /external/clang/tools/scan-build/
ccc-analyzer 63 my $CleanupFile;
71 if (defined $CleanupFile) {
72 `rm -f $CleanupFile`;
680 $CleanupFile = $f;

Completed in 39 milliseconds