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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp62 llvm::DenseMap<Stmt*, unsigned> LabelAndGotoScopes; member in class:__anon3346::JumpScopeChecker
290 /// statements, adding any labels or gotos to LabelAndGotoScopes and recursively
315 LabelAndGotoScopes[S] = ParentScope;
320 LabelAndGotoScopes[S] = ParentScope;
336 LabelAndGotoScopes[S] = ParentScope;
390 LabelAndGotoScopes[SubStmt] = ParentScope;
518 assert(LabelAndGotoScopes.count(SC) && "Case not visited?");
572 assert(LabelAndGotoScopes.count(IG) &&
574 unsigned IGScope = LabelAndGotoScopes[IG];
592 assert(LabelAndGotoScopes
[all...]

Completed in 93 milliseconds