Searched defs:CurDiagID (Results 1 - 1 of 1) 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; }

Completed in 985 milliseconds