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

References

tools/clang/lib/AST/StmtPrinter.cpp
  506   if (auto *TS = dyn_cast<CompoundStmt>(Node->getTryBody())) {
  511   for (unsigned I = 0, N = Node->getNumCatchStmts(); I != N; ++I) {
  512     ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I);
  525   if (auto *FS = static_cast<ObjCAtFinallyStmt *>(Node->getFinallyStmt())) {