Home
last modified time | relevance | path

Searched refs:catchAll (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dthrow-by-value-catch-by-reference.cpp91 void catchAll() { in catchAll() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp178 auto catchAll = getCatchAllTypeInfo(); in EmitTryCatchStmt() local
179 Handler.TypeInfo = catchAll.RTTI; in EmitTryCatchStmt()
180 Handler.Flags = catchAll.Flags; in EmitTryCatchStmt()