Searched refs:CheckJump (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 94 void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, 660 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps() 672 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(), in VerifyJumps() 691 CheckJump(SS, SC, Loc, diag::err_switch_into_protected_scope, 0, in VerifyJumps() 919 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, in CheckJump() function in JumpScopeChecker
|