HomeSort by: relevance | last modified time | path
    Searched refs:CleanupFile (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/
Compilation.cpp 112 bool Compilation::CleanupFile(const char *File, bool IssueErrors) const {
146 Success &= CleanupFile(File, IssueErrors);
159 Success &= CleanupFile(File.second, IssueErrors);
  /src/external/apache2/llvm/dist/clang/tools/scan-build/libexec/
ccc-analyzer 116 my $CleanupFile;
124 if (defined $CleanupFile) {
125 unlink($CleanupFile);
759 $CleanupFile = $f;
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Compilation.h 264 /// CleanupFile - Delete a given file.
268 bool CleanupFile(const char *File, bool IssueErrors = false) const;

Completed in 40 milliseconds