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