Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtObjC.cpp32 Stmt **CatchStmts, unsigned NumCatchStmts, in ObjCAtTryStmt()
47 Stmt **CatchStmts, unsigned NumCatchStmts, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp2513 StmtVector CatchStmts; in ParseObjCTryStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4208 MultiStmtArg CatchStmts, Stmt *Finally) { in ActOnObjCAtTryStmt()
H A DTreeTransform.h1501 MultiStmtArg CatchStmts, in RebuildObjCAtTryStmt()
7906 SmallVector<Stmt*, 8> CatchStmts; in TransformObjCAtTryStmt() local