OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CleanupFileList
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Driver/
Compilation.h
109
///
CleanupFileList
- Remove the files in the given list.
113
bool
CleanupFileList
(const ArgStringList &Files,
/external/clang/lib/Driver/
Compilation.cpp
104
bool Compilation::
CleanupFileList
(const ArgStringList &Files,
Driver.cpp
460
C.
CleanupFileList
(C.getTempFiles(), true);
482
C.
CleanupFileList
(C.getTempFiles());
490
C.
CleanupFileList
(C.getResultFiles(), true);
[
all
...]
Completed in 210 milliseconds