Searched refs:getNumCatchStmts (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.cpp | 150 if (S.getNumCatchStmts()) in EmitTryCatchStmt() 165 if (S.getNumCatchStmts()) { in EmitTryCatchStmt() 166 for (unsigned I = 0, N = S.getNumCatchStmts(); I != N; ++I) { in EmitTryCatchStmt() 220 if (S.getNumCatchStmts()) in EmitTryCatchStmt()
|
| H A D | CGObjCMac.cpp | 4734 if (!isTry || !cast<ObjCAtTryStmt>(S).getNumCatchStmts()) { in EmitTryOrSynchronizedStmt() 4791 for (unsigned I = 0, N = AtTryStmt->getNumCatchStmts(); I != N; ++I) { in EmitTryOrSynchronizedStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtObjC.h | 214 unsigned getNumCatchStmts() const { return NumCatchStmts; } in getNumCatchStmts() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 490 for (unsigned I = 0, N = AT->getNumCatchStmts(); I != N; ++I) { in BuildScopeInformation()
|
| H A D | SemaExceptionSpec.cpp | 1567 for (unsigned I = TS->getNumCatchStmts(); I != 0; --I) { in canThrow()
|
| H A D | TreeTransform.h | 7930 for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) { in TransformObjCAtTryStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1483 Record.push_back(S->getNumCatchStmts()); in VisitObjCAtTryStmt() 1486 for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) in VisitObjCAtTryStmt()
|
| H A D | ASTReaderStmt.cpp | 1602 assert(Record.peekInt() == S->getNumCatchStmts()); in VisitObjCAtTryStmt() 1606 for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) in VisitObjCAtTryStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 508 for (unsigned I = 0, N = Node->getNumCatchStmts(); I != N; ++I) { in VisitObjCAtTryStmt()
|
| H A D | ASTImporter.cpp | 6597 SmallVector<Stmt *, 1> ToCatchStmts(S->getNumCatchStmts()); in VisitObjCAtTryStmt() 6598 for (unsigned CI = 0, CE = S->getNumCatchStmts(); CI != CE; ++CI) { in VisitObjCAtTryStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 1815 if (S->getNumCatchStmts()) { in RewriteObjCTryStmt() 1832 for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) { in RewriteObjCTryStmt()
|
| H A D | RewriteModernObjC.cpp | 1937 bool noCatch = S->getNumCatchStmts() == 0; in RewriteObjCTryStmt() 1960 for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) { in RewriteObjCTryStmt()
|