Home
last modified time | relevance | path

Searched defs:ObjCAtThrowStmt (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjCRuntime.h42 class ObjCAtThrowStmt; variable
DCodeGenFunction.h68 class ObjCAtThrowStmt; variable
/external/clang/include/clang/AST/
DStmtObjC.h317 ObjCAtThrowStmt(SourceLocation atThrowLoc, Stmt *throwExpr) in ObjCAtThrowStmt() function
321 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() function
341 static bool classof(const ObjCAtThrowStmt *) { return true; } in classof()