OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clearDiagnostic
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Internals.h
33
bool
clearDiagnostic
(ArrayRef<unsigned> IDs, SourceRange range);
75
bool
clearDiagnostic
(ArrayRef<unsigned> IDs, SourceRange range);
77
return
clearDiagnostic
(None, range);
79
bool
clearDiagnostic
(unsigned ID1, unsigned ID2, SourceRange range) {
81
return
clearDiagnostic
(IDs, range);
83
bool
clearDiagnostic
(unsigned ID1, unsigned ID2, unsigned ID3,
86
return
clearDiagnostic
(IDs, range);
ARCMT.cpp
29
bool CapturedDiagList::
clearDiagnostic
(ArrayRef<unsigned> IDs,
TransformActions.cpp
145
bool
clearDiagnostic
(ArrayRef<unsigned> IDs, SourceRange range);
369
bool TransformActionsImpl::
clearDiagnostic
(ArrayRef<unsigned> IDs,
503
CapturedDiags.
clearDiagnostic
(IDs, range);
671
bool TransformActions::
clearDiagnostic
(ArrayRef<unsigned> IDs,
673
return static_cast<TransformActionsImpl*>(Impl)->
clearDiagnostic
(IDs, range);
Completed in 15 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026