Home
last modified time | relevance | path

Searched defs:NumCatchStmts (Results 1 – 3 of 3) 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()
58 unsigned NumCatchStmts, in CreateEmpty()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtObjC.h171 unsigned NumCatchStmts : 16; variable
190 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4213 unsigned NumCatchStmts = CatchStmts.size(); in ActOnObjCAtTryStmt() local