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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4253   StmtResult ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw,

References

tools/clang/lib/Parse/ParseObjc.cpp
 2432   return Actions.ActOnObjCAtThrowStmt(atLoc, Res.get(), getCurScope());