Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp81 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);
786 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) { in NoteJumpIntoScopes() argument
787 if (CHECK_PERMISSIVE(ToScopes.empty())) in NoteJumpIntoScopes()
789 for (unsigned I = 0, E = ToScopes.size(); I != E; ++I) in NoteJumpIntoScopes()
790 if (Scopes[ToScopes[I]].InDiag) in NoteJumpIntoScopes()
791 S.Diag(Scopes[ToScopes[I]].Loc, Scopes[ToScopes[I]].InDiag); in NoteJumpIntoScopes()