Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtObjC.h80 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, in ObjCAtCatchStmt() function
86 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() function
115 static bool classof(const ObjCAtCatchStmt *) { return true; } in classof()