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

References

tools/clang/lib/Analysis/CFG.cpp
 3189   if (!LabelBlock)              // This can happen when the body is empty, i.e.
 3190     LabelBlock = createBlock(); // scopes that only contains NullStmts.
 3194   LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos);
 3200   LabelBlock->setLabel(L);
 3208   Succ = LabelBlock;
 3210   return LabelBlock;