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
678
bool isDiagnosticInFlight() const { return
CurDiagID
!= ~0U; }
705
void Clear() {
CurDiagID
= ~0U; }
732
unsigned
CurDiagID
;
809
unsigned getCurrentDiagID() const { return
CurDiagID
; }
[
all
...]
/external/clang/lib/Basic/
Diagnostic.cpp
125
CurDiagID
= ~0U;
338
assert(
CurDiagID
== ~0U && "Multiple diagnostics in flight at once!");
341
CurDiagID
= storedDiag.getID();
359
CurDiagID
= ~0U;
385
unsigned DiagID =
CurDiagID
;
[
all
...]
DiagnosticIDs.cpp
685
Diag.
CurDiagID
= ~0U;
Completed in 37 milliseconds