Searched defs:NumCatchStmts (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/clang/lib/AST/ |
H A D | StmtObjC.cpp | 33 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 D | StmtObjC.h | 160 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/ |
D | StmtObjC.h | 177 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/ |
D | StmtObjC.h | 177 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/ |
D | StmtObjC.h | 177 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/ |
D | StmtObjC.h | 177 unsigned NumCatchStmts : 16; variable 194 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3428 unsigned NumCatchStmts = CatchStmts.size(); in ActOnObjCAtTryStmt() local
|