Searched refs:CheckJump (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp85 void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc,
610 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
622 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(),
641 CheckJump(SS, SC, Loc, diag::err_switch_into_protected_scope, 0,
867 /// CheckJump - Validate that the specified jump statement is valid: that it is
869 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, function in class:JumpScopeChecker

Completed in 56 milliseconds