Home
last modified time | relevance | path

Searched defs:Catch (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjCRuntime.cpp212 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt() local
DCGCleanup.h96 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseObjc.cpp1912 StmtResult Catch = Actions.ActOnObjCAtCatchStmt(AtCatchFinallyLoc, in ParseObjCTryStmt() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp1858 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt() local
DRewriteModernObjC.cpp2013 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt() local
/freebsd-10-stable/contrib/llvm/lib/IR/
DCore.cpp1975 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DTreeTransform.h5828 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt() local