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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp65 llvm::DenseMap<Stmt*, unsigned> LabelAndGotoScopes; member in class:__anon2002::JumpScopeChecker
292 /// statements, adding any labels or gotos to LabelAndGotoScopes and recursively
327 LabelAndGotoScopes[S] = ParentScope;
332 LabelAndGotoScopes[S] = ParentScope;
352 LabelAndGotoScopes[S] = ParentScope;
361 LabelAndGotoScopes[S] = ParentScope;
579 LabelAndGotoScopes[S] = ParentScope;
606 LabelAndGotoScopes[SubStmt] = ParentScope;
647 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(SC)))
705 if (CHECK_PERMISSIVE(!LabelAndGotoScopes
[all...]

Completed in 102 milliseconds