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

References

tools/clang/lib/Analysis/CFG.cpp
 4303   if (!CatchBlock)
 4304     CatchBlock = createBlock();
 4310   appendStmt(CatchBlock, CS);
 4314   CatchBlock->setLabel(CS);
 4323   return CatchBlock;