Home
last modified time | relevance | path

Searched refs:CheckGotoStmt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp97 void CheckGotoStmt(GotoStmt *GS);
678 CheckGotoStmt(GS); in VerifyJumps()
1006 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt() function in JumpScopeChecker