HomeSort by relevance Sort by last modified time
    Searched refs:CurDiagID (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
Diagnostic.h 582 bool isDiagnosticInFlight() const { return CurDiagID != ~0U; }
609 void Clear() { CurDiagID = ~0U; }
631 /// CurDiagID - This is the ID of the current diagnostic that is in flight.
633 unsigned CurDiagID;
715 unsigned getCurrentDiagID() const { return CurDiagID; }
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 102 CurDiagID = ~0U;
353 assert(CurDiagID == ~0U && "Multiple diagnostics in flight at once!");
356 CurDiagID = storedDiag.getID();
385 CurDiagID = ~0U;
394 unsigned DiagID = CurDiagID;
DiagnosticIDs.cpp 667 Diag.CurDiagID = ~0U;

Completed in 78 milliseconds