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

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp66 llvm::DenseMap<Stmt*, unsigned> LabelAndGotoScopes; member in class:__anon17195::JumpScopeChecker
267 /// statements, adding any labels or gotos to LabelAndGotoScopes and recursively
292 LabelAndGotoScopes[S] = ParentScope;
297 LabelAndGotoScopes[S] = ParentScope;
313 LabelAndGotoScopes[S] = ParentScope;
367 LabelAndGotoScopes[SubStmt] = ParentScope;
512 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(SC)))
567 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(IG)))
569 unsigned IGScope = LabelAndGotoScopes[IG];
587 if (CHECK_PERMISSIVE(!LabelAndGotoScopes
[all...]

Completed in 54 milliseconds