Home
last modified time | relevance | path

Searched refs:DiagI (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransProtectedScope.cpp129 SmallVectorImpl<StoredDiagnostic>::iterator &DiagI, in handleProtectedScopeError() argument
132 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()