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

References

tools/clang/lib/Analysis/CFG.cpp
 4293   if (VarDecl *VD = CS->getExceptionDecl()) {
 4296     addAutomaticObjHandling(ScopePos, BeginScopePos, CS);
 4299   if (CS->getHandlerBlock())
 4300     addStmt(CS->getHandlerBlock());
 4310   appendStmt(CatchBlock, CS);
 4314   CatchBlock->setLabel(CS);