OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CleanupFile
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Driver/
Compilation.cpp
70
bool Compilation::
CleanupFile
(const char *File, bool IssueErrors) const {
105
Success &=
CleanupFile
(*it, IssueErrors);
120
Success &=
CleanupFile
(it->second, IssueErrors);
/external/clang/tools/scan-build/libexec/
ccc-analyzer
117
my $
CleanupFile
;
125
if (defined $
CleanupFile
) {
126
unlink($
CleanupFile
);
760
$
CleanupFile
= $f;
/external/clang/include/clang/Driver/
Compilation.h
210
///
CleanupFile
- Delete a given file.
214
bool
CleanupFile
(const char *File, bool IssueErrors = false) const;
Completed in 395 milliseconds