Home
last modified time | relevance | path

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

/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.cpp192 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I); in EmitTryCatchStmt()
DCGObjCMac.cpp3964 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I); in EmitTryOrSynchronizedStmt()
/external/clang/lib/Sema/
DJumpDiagnostics.cpp413 ObjCAtCatchStmt *AC = AT->getCatchStmt(I); in BuildScopeInformation()
DSemaStmt.cpp2737 CXXCatchStmt *getCatchStmt() const { return stmt; } in getCatchStmt() function in __anon58f793e50411::TypeWithHandler
2788 << curr.getCatchStmt()->getCaughtType().getAsString(); in ActOnCXXTryBlock()
2791 << prev.getCatchStmt()->getCaughtType().getAsString(); in ActOnCXXTryBlock()
DTreeTransform.h5634 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt()
5637 if (Catch.get() != S->getCatchStmt(I)) in TransformObjCAtTryStmt()
/external/clang/lib/AST/
DStmt.cpp768 return getCatchStmt(NumCatchStmts - 1)->getLocEnd(); in getLocEnd()
DStmtPrinter.cpp461 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp983 Writer.AddStmt(S->getCatchStmt(I)); in VisitObjCAtTryStmt()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp1858 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()
DRewriteModernObjC.cpp1997 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()