Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
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()
216 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation()
233 void JumpScopeChecker::BuildScopeInformation(VarDecl *D, in BuildScopeInformation()
273 void JumpScopeChecker::BuildScopeInformation(Stmt *S, in BuildScopeInformation()
576 void JumpScopeChecker::VerifyJumps() { in VerifyJumps()
640 void JumpScopeChecker::VerifyIndirectJumps() { in VerifyIndirectJumps()
786 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) { in NoteJumpIntoScopes()
[all …]