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

/external/clang/include/clang/Driver/
H A DCompilation.h144 /// CleanupFileList - Remove the files in the given list.
148 bool CleanupFileList(const llvm::opt::ArgStringList &Files,
/external/clang/lib/Driver/
H A DCompilation.cpp100 bool Compilation::CleanupFileList(const ArgStringList &Files, function in class:Compilation
H A DDriver.cpp567 C.CleanupFileList(C.getTempFiles(), true);
589 C.CleanupFileList(C.getTempFiles());

Completed in 845 milliseconds