Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtObjC.cpp31 ObjCAtTryStmt::ObjCAtTryStmt(SourceLocation atTryLoc, Stmt *atTryStmt, in ObjCAtTryStmt() function in ObjCAtTryStmt
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.h41 class ObjCAtTryStmt; variable
H A DCodeGenFunction.h77 class ObjCAtTryStmt; variable
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtObjC.h190 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt() function