reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/JumpDiagnostics.cpp
  316       LabelAndGotoScopes[S] = ParentScope;
  321     LabelAndGotoScopes[S] = ParentScope;
  341     LabelAndGotoScopes[S] = ParentScope;
  350         LabelAndGotoScopes[S] = ParentScope;
  564     LabelAndGotoScopes[S] = ParentScope;
  591       LabelAndGotoScopes[SubStmt] = ParentScope;
  632       if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(SC)))
  690       if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(IG)))
  692       unsigned IGScope = LabelAndGotoScopes[IG];
  711     if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(TheLabel->getStmt())))
  713     unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()];
  872   if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(From)))
  874   if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(To)))
  877   unsigned FromScope = LabelAndGotoScopes[From];
  878   unsigned ToScope = LabelAndGotoScopes[To];