Searched refs:CurDiagID (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
H A DDiagnostic.h676 bool isDiagnosticInFlight() const { return CurDiagID != ~0U; }
703 void Clear() { CurDiagID = ~0U; }
730 unsigned CurDiagID; member in class:clang::DiagnosticsEngine
807 unsigned getCurrentDiagID() const { return CurDiagID; }
1104 assert(CurDiagID == ~0U && "Multiple diagnostics in flight at once!");
1106 CurDiagID = DiagID;
1131 unsigned getID() const { return DiagObj->CurDiagID; }
/external/clang/lib/Basic/
H A DDiagnostic.cpp108 CurDiagID = ~0U;
315 assert(CurDiagID == ~0U && "Multiple diagnostics in flight at once!");
318 CurDiagID = storedDiag.getID();
344 CurDiagID = ~0U;
370 unsigned DiagID = CurDiagID;
H A DDiagnosticIDs.cpp667 Diag.CurDiagID = ~0U;

Completed in 300 milliseconds