Searched refs:EmitObjCAtThrowStmt (Results 1 – 3 of 3) sorted by relevance
163 EmitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(*S)); in EmitStmt()
2160 void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S);
1753 void CodeGenFunction::EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S) { in EmitObjCAtThrowStmt() function in CodeGenFunction