Home
last modified time | relevance | path

Searched defs:CatchStmt (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp133 const CXXCatchStmt *CatchStmt, ASTContext &Context) { in diagnoseCatchLocations()
/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp165 for (const ObjCAtCatchStmt *CatchStmt : S.catch_stmts()) { in EmitTryCatchStmt() local
H A DCGObjCMac.cpp4725 for (const ObjCAtCatchStmt *CatchStmt : AtTryStmt->catch_stmts()) { EmitTryOrSynchronizedStmt() local