OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurDiagID
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Basic/
Diagnostic.h
676
bool isDiagnosticInFlight() const { return
CurDiagID
!= ~0U; }
703
void Clear() {
CurDiagID
= ~0U; }
730
unsigned
CurDiagID
;
807
unsigned getCurrentDiagID() const { return
CurDiagID
; }
[
all
...]
/external/clang/lib/Basic/
Diagnostic.cpp
108
CurDiagID
= ~0U;
315
assert(
CurDiagID
== ~0U && "Multiple diagnostics in flight at once!");
318
CurDiagID
= storedDiag.getID();
344
CurDiagID
= ~0U;
370
unsigned DiagID =
CurDiagID
;
[
all
...]
DiagnosticIDs.cpp
667
Diag.
CurDiagID
= ~0U;
Completed in 5116 milliseconds