OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasDiagnostic
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Internals.h
34
bool
hasDiagnostic
(ArrayRef<unsigned> IDs, SourceRange range) const;
89
bool
hasDiagnostic
(unsigned ID, SourceRange range) {
90
return CapturedDiags.
hasDiagnostic
(ID, range);
93
bool
hasDiagnostic
(unsigned ID1, unsigned ID2, SourceRange range) {
95
return CapturedDiags.
hasDiagnostic
(IDs, range);
Internals.h
34
bool
hasDiagnostic
(ArrayRef<unsigned> IDs, SourceRange range) const;
89
bool
hasDiagnostic
(unsigned ID, SourceRange range) {
90
return CapturedDiags.
hasDiagnostic
(ID, range);
93
bool
hasDiagnostic
(unsigned ID1, unsigned ID2, SourceRange range) {
95
return CapturedDiags.
hasDiagnostic
(IDs, range);
ARCMT.cpp
59
bool CapturedDiagList::
hasDiagnostic
(ArrayRef<unsigned> IDs,
ARCMT.cpp
59
bool CapturedDiagList::
hasDiagnostic
(ArrayRef<unsigned> IDs,
Completed in 29 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026