Searched refs:DiagI (Results 1 – 1 of 1) sorted by relevance
130 SmallVectorImpl<StoredDiagnostic>::iterator &DiagI, in handleProtectedScopeError() argument133 assert(DiagI->getID() == diag::err_switch_into_protected_scope); in handleProtectedScopeError()134 SourceLocation ErrLoc = DiagI->getLocation(); in handleProtectedScopeError()136 ++DiagI; in handleProtectedScopeError()137 for (; DiagI != DiagE && DiagI->getLevel() == DiagnosticsEngine::Note; in handleProtectedScopeError()138 ++DiagI) { in handleProtectedScopeError()139 if (!handleProtectedNote(*DiagI)) in handleProtectedScopeError()