Searched refs:CheckJump (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 94 void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, 673 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps() 701 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(), in VerifyJumps() 720 CheckJump(SS, SC, Loc, diag::err_switch_into_protected_scope, 0, in VerifyJumps() 929 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, in CheckJump() function in JumpScopeChecker
|