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

References

tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  149   if (S.getNumCatchStmts())
  156     if (const ObjCAtFinallyStmt *Finally = S.getFinallyStmt())
  164   if (S.getNumCatchStmts()) {
  165     for (unsigned I = 0, N = S.getNumCatchStmts(); I != N; ++I) {
  166       const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I);
  194     if (const ObjCAtFinallyStmt *Finally = S.getFinallyStmt()) {
  216   CGF.EmitStmt(S.getTryBody());
  219   if (S.getNumCatchStmts())
  280   if (!useFunclets && S.getFinallyStmt())