Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtObjC.cpp68 return getCatchStmt(NumCatchStmts - 1)->getEndLoc(); in getEndLoc()
H A DASTImporter.cpp6846 ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI); in VisitObjCAtTryStmt()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtObjC.h221 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { in getCatchStmt() function
227 ObjCAtCatchStmt *getCatchStmt(unsigned I) { in getCatchStmt() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1587 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow()
H A DTreeTransform.h8147 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt()
8150 if (Catch.get() != S->getCatchStmt(I)) in TransformObjCAtTryStmt()
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1833 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt()