Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp130 SmallVectorImpl<StoredDiagnostic>::iterator &DiagI, in handleProtectedScopeError() argument
133 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()