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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4247   StmtResult ActOnObjCAtFinallyStmt(SourceLocation AtLoc, Stmt *Body);

References

tools/clang/lib/Parse/ParseObjc.cpp
 2598       FinallyStmt = Actions.ActOnObjCAtFinallyStmt(AtCatchFinallyLoc,
tools/clang/lib/Sema/TreeTransform.h
 1494     return getSema().ActOnObjCAtFinallyStmt(AtLoc, Body);