Home
last modified time | relevance | path

Searched refs:EmitObjCAtThrowStmt (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmt.cpp163 EmitObjCAtThrowStmt(cast<ObjCAtThrowStmt>(*S)); in EmitStmt()
DCodeGenFunction.h2160 void EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S);
DCGObjC.cpp1753 void CodeGenFunction::EmitObjCAtThrowStmt(const ObjCAtThrowStmt &S) { in EmitObjCAtThrowStmt() function in CodeGenFunction