Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtObjC.cpp71 return getCatchStmt(NumCatchStmts - 1)->getLocEnd(); in getLocEnd()
DStmtPrinter.cpp463 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt()
DASTImporter.cpp5283 ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI); in VisitObjCAtTryStmt()
/external/clang/include/clang/AST/
DStmtObjC.h206 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt() function
212 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt() function
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp193 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); in EmitTryCatchStmt()
DCGObjCMac.cpp4190 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); in EmitTryOrSynchronizedStmt()
/external/clang/lib/Sema/
DJumpDiagnostics.cpp442 ObjCAtCatchStmt *AC = AT->getCatchStmt(I); in BuildScopeInformation()
DTreeTransform.h6676 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt()
6679 if (Catch.get() != S->getCatchStmt(I)) in TransformObjCAtTryStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1118 Record.AddStmt(S->getCatchStmt(I)); in VisitObjCAtTryStmt()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1824 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()
DRewriteModernObjC.cpp1954 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()