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:__anon1467
72 JumpScopeChecker(Stmt *Body, Sema &S);
95 JumpScopeChecker::JumpScopeChecker(Stmt *Body, Sema &s) function in class:JumpScopeChecker
112 unsigned JumpScopeChecker::GetDeepestCommonScope(unsigned A, unsigned B) {
216 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) {
233 void JumpScopeChecker::BuildScopeInformation(VarDecl *D,
273 void JumpScopeChecker
[all...]

Completed in 27 milliseconds