Home
last modified time | relevance | path

Searched refs:getNumCatchStmts (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp149 if (S.getNumCatchStmts()) in EmitTryCatchStmt()
164 if (S.getNumCatchStmts()) { in EmitTryCatchStmt()
218 if (S.getNumCatchStmts()) in EmitTryCatchStmt()
H A DCGObjCMac.cpp4664 if (!isTry || !cast<ObjCAtTryStmt>(S).getNumCatchStmts()) { in EmitTryOrSynchronizedStmt()
/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h219 unsigned getNumCatchStmts() const { return NumCatchStmts; } in getNumCatchStmts() function
/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1602 for (unsigned I = TS->getNumCatchStmts(); I != 0; --I) {
H A DTreeTransform.h8846 for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) { in TransformCXXForRangeStmt()
/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1643 assert(Record.peekInt() == S->getNumCatchStmts());
1647 for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) in VisitObjCAtSynchronizedStmt()
H A DASTWriterStmt.cpp1608 Record.push_back(S->getNumCatchStmts()); in VisitObjCAtSynchronizedStmt()
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1813 if (S->getNumCatchStmts()) { in RewriteObjCTryStmt()
1830 for (unsigned I = 0, N = S->getNumCatchStmts(); I != N; ++I) { in RewriteObjCTryStmt()
H A DRewriteModernObjC.cpp1936 bool noCatch = S->getNumCatchStmts() == 0; in RewriteObjCTryStmt()
/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7262 SmallVector<Stmt *, 1> ToCatchStmts(S->getNumCatchStmts()); in VisitSourceLocExpr()
7263 for (unsigned CI = 0, CE = S->getNumCatchStmts(); CI != CE; ++CI) { in VisitSourceLocExpr()