Home | History | Annotate | Download | only in Sema

Lines Matching refs:CheckJump

84   void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc,
530 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
542 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(),
561 CheckJump(SS, SC, Loc, diag::err_switch_into_protected_scope, 0,
778 /// CheckJump - Validate that the specified jump statement is valid: that it is
780 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc,