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

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp10 // This file implements the JumpScopeChecker class, which is used to diagnose
26 /// JumpScopeChecker - This object is used by Sema to diagnose invalid jumps
32 class JumpScopeChecker { class in namespace:__anon15334
68 JumpScopeChecker(Stmt *Body, Sema &S);
89 JumpScopeChecker::JumpScopeChecker(Stmt *Body, Sema &s) : S(s) { function in class:JumpScopeChecker
105 unsigned JumpScopeChecker::GetDeepestCommonScope(unsigned A, unsigned B) {
235 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) {
252 void JumpScopeChecker::BuildScopeInformation(VarDecl *D,
292 void JumpScopeChecker
[all...]

Completed in 30 milliseconds