OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CleanupFile
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Driver/
Compilation.h
129
///
CleanupFile
- Delete a given file.
133
bool
CleanupFile
(const char *File, bool IssueErrors = false) const;
/external/clang/lib/Driver/
Compilation.cpp
202
bool Compilation::
CleanupFile
(const char *File, bool IssueErrors) const {
235
Success &=
CleanupFile
(*it, IssueErrors);
250
Success &=
CleanupFile
(it->second, IssueErrors);
/external/clang/tools/scan-build/
c++-analyzer
63
my $
CleanupFile
;
71
if (defined $
CleanupFile
) {
72
`rm -f $
CleanupFile
`;
685
$
CleanupFile
= $f;
ccc-analyzer
63
my $
CleanupFile
;
71
if (defined $
CleanupFile
) {
72
`rm -f $
CleanupFile
`;
685
$
CleanupFile
= $f;
Completed in 785 milliseconds