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

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp62 llvm::DenseMap<Stmt*, unsigned> LabelAndGotoScopes; member in class:__anon163::JumpScopeChecker
275 /// statements, adding any labels or gotos to LabelAndGotoScopes and recursively
300 LabelAndGotoScopes[S] = ParentScope;
305 LabelAndGotoScopes[S] = ParentScope;
321 LabelAndGotoScopes[S] = ParentScope;
352 LabelAndGotoScopes[SubStmt] = ParentScope;
499 assert(LabelAndGotoScopes.count(SC) && "Case not visited?");
547 assert(LabelAndGotoScopes.count(IG) &&
549 unsigned IGScope = LabelAndGotoScopes[IG];
567 assert(LabelAndGotoScopes
[all...]

Completed in 295 milliseconds