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

  /external/clang/include/clang/Driver/
Compilation.h 144 /// CleanupFileList - Remove the files in the given list.
148 bool CleanupFileList(const llvm::opt::ArgStringList &Files,
  /external/clang/lib/Driver/
Compilation.cpp 100 bool Compilation::CleanupFileList(const ArgStringList &Files,
Driver.cpp 567 C.CleanupFileList(C.getTempFiles(), true);
589 C.CleanupFileList(C.getTempFiles());
    [all...]

Completed in 28 milliseconds