reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
193 setHandler(I, CatchTypeInfo{nullptr, 0}, Block);
tools/clang/lib/CodeGen/CGException.cpp583 CatchScope->setHandler(I, TypeInfo, Handler); 586 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler);tools/clang/lib/CodeGen/CGObjCRuntime.cpp
190 Catch->setHandler(I, { Handlers[I].TypeInfo, Handlers[I].Flags }, Handlers[I].Block);