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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp9 // This file implements the JumpScopeChecker class, which is used to diagnose
25 /// JumpScopeChecker - This object is used by Sema to diagnose invalid jumps
31 class JumpScopeChecker { class in namespace:__anon2002
73 JumpScopeChecker(Stmt *Body, Sema &S);
97 JumpScopeChecker::JumpScopeChecker(Stmt *Body, Sema &s) function in class:JumpScopeChecker
115 unsigned JumpScopeChecker::GetDeepestCommonScope(unsigned A, unsigned B) {
223 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) {
240 void JumpScopeChecker::BuildScopeInformation(VarDecl *D,
282 void JumpScopeChecker
[all...]

Completed in 104 milliseconds