Home
last modified time | relevance | path

Searched refs:getCatchStmt (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtObjC.cpp70 return getCatchStmt(NumCatchStmts - 1)->getEndLoc(); in getEndLoc()
H A DStmtPrinter.cpp508 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt()
H A DASTImporter.cpp6470 ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI); in VisitObjCAtTryStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtObjC.h217 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt() function
223 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp167 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); in EmitTryCatchStmt()
H A DCGObjCMac.cpp4792 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); in EmitTryOrSynchronizedStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp491 ObjCAtCatchStmt *AC = AT->getCatchStmt(I); in BuildScopeInformation()
H A DSemaExceptionSpec.cpp1567 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow()
H A DTreeTransform.h7908 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt()
7911 if (Catch.get() != S->getCatchStmt(I)) in TransformObjCAtTryStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1476 Record.AddStmt(S->getCatchStmt(I)); in VisitObjCAtTryStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1833 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()
H A DRewriteModernObjC.cpp1961 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()