Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp32 class JumpScopeChecker { class
72 JumpScopeChecker(Stmt *Body, Sema &S);
95 JumpScopeChecker::JumpScopeChecker(Stmt *Body, Sema &s) in JumpScopeChecker() function in JumpScopeChecker
112 unsigned JumpScopeChecker::GetDeepestCommonScope(unsigned A, unsigned B) { in GetDeepestCommonScope()
237 void JumpScopeChecker::BuildScopeInformation(VarDecl *D, in BuildScopeInformation()
281 void JumpScopeChecker::BuildScopeInformation(Stmt *S, in BuildScopeInformation()
588 void JumpScopeChecker::VerifyJumps() { in VerifyJumps()
652 void JumpScopeChecker::VerifyIndirectJumps() { in VerifyIndirectJumps()
807 void JumpScopeChecker::DiagnoseIndirectJump(IndirectGotoStmt *Jump, in DiagnoseIndirectJump()
910 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()
[all …]