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.cpp462 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt()
DASTImporter.cpp4981 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.cpp194 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); in EmitTryCatchStmt()
DCGObjCMac.cpp4123 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); in EmitTryOrSynchronizedStmt()
/external/clang/lib/Sema/
DJumpDiagnostics.cpp427 ObjCAtCatchStmt *AC = AT->getCatchStmt(I); in BuildScopeInformation()
DTreeTransform.h6572 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt()
6575 if (Catch.get() != S->getCatchStmt(I)) in TransformObjCAtTryStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1106 Writer.AddStmt(S->getCatchStmt(I)); in VisitObjCAtTryStmt()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1828 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()
DRewriteModernObjC.cpp1981 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()