Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/AST/
H A DStmtObjC.cpp33 Stmt **CatchStmts, unsigned NumCatchStmts, in ObjCAtTryStmt()
48 Stmt **CatchStmts, unsigned NumCatchStmts, in Create()
59 unsigned NumCatchStmts, in CreateEmpty()
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmtObjC.h160 unsigned NumCatchStmts : 16; variable
179 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmtObjC.h177 unsigned NumCatchStmts : 16; variable
195 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmtObjC.h177 unsigned NumCatchStmts : 16; variable
195 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmtObjC.h177 unsigned NumCatchStmts : 16; variable
195 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DStmtObjC.h177 unsigned NumCatchStmts : 16; variable
194 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaStmt.cpp3428 unsigned NumCatchStmts = CatchStmts.size(); in ActOnObjCAtTryStmt() local