Searched refs:ToScopes (Results 1 – 3 of 3) sorted by relevance
23 ToScopes.clear(); in Init()125 ToScopes[SubStmt] = ParentScope; in BuildScopeInformation()143 Detect(from, ToScopes[LS]); in Detect()147 Detect(from, ToScopes[SC]); in Detect()
47 llvm::DenseMap<const Stmt *, unsigned> ToScopes; variable
81 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);798 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) { in NoteJumpIntoScopes() argument799 if (CHECK_PERMISSIVE(ToScopes.empty())) in NoteJumpIntoScopes()801 for (unsigned I = 0, E = ToScopes.size(); I != E; ++I) in NoteJumpIntoScopes()802 if (Scopes[ToScopes[I]].InDiag) in NoteJumpIntoScopes()803 S.Diag(Scopes[ToScopes[I]].Loc, Scopes[ToScopes[I]].InDiag); in NoteJumpIntoScopes()