Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp38 class JumpScopeChecker { class
80 JumpScopeChecker(Stmt *Body, Sema &S);
106 JumpScopeChecker::JumpScopeChecker(Stmt *Body, Sema &s) in JumpScopeChecker() function in JumpScopeChecker
124 unsigned JumpScopeChecker::GetDeepestCommonScope(unsigned A, unsigned B) { in GetDeepestCommonScope()
233 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation()
250 void JumpScopeChecker::BuildScopeInformation(VarDecl *D, in BuildScopeInformation()
292 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE, in BuildScopeInformation()
304 void JumpScopeChecker::BuildScopeInformation(Stmt *S, in BuildScopeInformation()
665 void JumpScopeChecker::VerifyJumps() { in VerifyJumps()
743 void JumpScopeChecker::VerifyIndirectJumps() { in VerifyIndirectJumps()
[all …]