Searched refs:BuildObjCAtThrowStmt (Results 1 – 3 of 3) sorted by relevance
4265 StmtResult Sema::BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw) { in BuildObjCAtThrowStmt() function in Sema4305 return BuildObjCAtThrowStmt(AtLoc, Throw); in ActOnObjCAtThrowStmt()
1636 return getSema().BuildObjCAtThrowStmt(AtLoc, Operand); in RebuildObjCAtThrowStmt()
5364 StmtResult BuildObjCAtThrowStmt(SourceLocation AtLoc, Expr *Throw);