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

/external/clang/include/clang/Basic/
H A DDiagnostic.h630 bool isDiagnosticInFlight() const { return CurDiagID != ~0U; }
657 void Clear() { CurDiagID = ~0U; }
681 unsigned CurDiagID; member in class:clang::DiagnosticsEngine
768 unsigned getCurrentDiagID() const { return CurDiagID; }
1037 assert(CurDiagID == ~0U && "Multiple diagnostics in flight at once!");
1039 CurDiagID = DiagID;
1062 unsigned getID() const { return DiagObj->CurDiagID; }
/external/clang/lib/Basic/
H A DDiagnostic.cpp106 CurDiagID = ~0U;
355 assert(CurDiagID == ~0U && "Multiple diagnostics in flight at once!");
358 CurDiagID = storedDiag.getID();
387 CurDiagID = ~0U;
413 unsigned DiagID = CurDiagID;
H A DDiagnosticIDs.cpp661 Diag.CurDiagID = ~0U;

Completed in 62 milliseconds