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

/external/clang/include/clang/Basic/
H A DDiagnostic.h685 bool isDiagnosticInFlight() const { return CurDiagID != ~0U; }
712 void Clear() { CurDiagID = ~0U; }
739 unsigned CurDiagID; member in class:clang::DiagnosticsEngine
816 unsigned getCurrentDiagID() const { return CurDiagID; }
1126 assert(CurDiagID == ~0U && "Multiple diagnostics in flight at once!");
1128 CurDiagID = DiagID;
1153 unsigned getID() const { return DiagObj->CurDiagID; }
/external/clang/lib/Basic/
H A DDiagnostic.cpp126 CurDiagID = ~0U;
339 assert(CurDiagID == ~0U && "Multiple diagnostics in flight at once!");
342 CurDiagID = storedDiag.getID();
360 CurDiagID = ~0U;
386 unsigned DiagID = CurDiagID;
H A DDiagnosticIDs.cpp691 Diag.CurDiagID = ~0U;

Completed in 111 milliseconds