Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmtObjC.cpp32 Stmt **CatchStmts, unsigned NumCatchStmts, in ObjCAtTryStmt()
47 Stmt **CatchStmts, unsigned NumCatchStmts, in Create()
57 unsigned NumCatchStmts, in CreateEmpty()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h177 unsigned NumCatchStmts : 16; variable
194 ObjCAtTryStmt(EmptyShell Empty,unsigned NumCatchStmts,bool HasFinally) ObjCAtTryStmt() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4260 unsigned NumCatchStmts = CatchStmts.size(); ActOnObjCAtTryStmt() local