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 135 /// CleanupFileList - Remove the files in the given list.
139 bool CleanupFileList(const ArgStringList &Files,
  /external/clang/lib/Driver/
Compilation.cpp 230 bool Compilation::CleanupFileList(const ArgStringList &Files,
Driver.cpp 493 C.CleanupFileList(C.getTempFiles(), true);
516 C.CleanupFileList(C.getTempFiles());
    [all...]

Completed in 77 milliseconds