OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasDiagnostic
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/ARCMigrate/
Internals.h
33
bool
hasDiagnostic
(ArrayRef<unsigned> IDs, SourceRange range) const;
88
bool
hasDiagnostic
(unsigned ID, SourceRange range) {
89
return CapturedDiags.
hasDiagnostic
(ID, range);
92
bool
hasDiagnostic
(unsigned ID1, unsigned ID2, SourceRange range) {
94
return CapturedDiags.
hasDiagnostic
(IDs, range);
ARCMT.cpp
57
bool CapturedDiagList::
hasDiagnostic
(ArrayRef<unsigned> IDs,
Completed in 1014 milliseconds