Lines Matching refs:JumpScopeChecker
37 class JumpScopeChecker { class
80 JumpScopeChecker(Stmt *Body, Sema &S);
106 JumpScopeChecker::JumpScopeChecker(Stmt *Body, Sema &s) in JumpScopeChecker() function in JumpScopeChecker
125 unsigned JumpScopeChecker::GetDeepestCommonScope(unsigned A, unsigned B) { in GetDeepestCommonScope()
233 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation()
250 void JumpScopeChecker::BuildScopeInformation(VarDecl *D, in BuildScopeInformation()
292 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE, in BuildScopeInformation()
304 void JumpScopeChecker::BuildScopeInformation(Stmt *S, in BuildScopeInformation()
652 void JumpScopeChecker::VerifyJumps() { in VerifyJumps()
715 void JumpScopeChecker::VerifyIndirectOrAsmJumps(bool IsAsmGoto) { in VerifyIndirectOrAsmJumps()
869 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) { in NoteJumpIntoScopes()
878 void JumpScopeChecker::DiagnoseIndirectOrAsmJump(Stmt *Jump, unsigned JumpScope, in DiagnoseIndirectOrAsmJump()
919 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, in CheckJump()
991 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()
1000 void JumpScopeChecker::VerifyMustTailStmts() { in VerifyMustTailStmts()
1011 const Attr *JumpScopeChecker::GetMustTailAttr(AttributedStmt *AS) { in GetMustTailAttr()
1019 (void)JumpScopeChecker(Body, *this); in DiagnoseInvalidJumps()