Searched refs:ActOnObjCAtThrowStmt (Results 1 – 3 of 3) sorted by relevance
72 StmtResult ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw,
269 StmtResult SemaObjC::ActOnObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw, in ActOnObjCAtThrowStmt() function in clang::SemaObjC
2503 return Actions.ObjC().ActOnObjCAtThrowStmt(atLoc, Res.get(), getCurScope()); in ParseObjCThrowStmt()