Lines Matching defs:Catch
148 // Jump destination for falling out of catch bodies.
164 // Enter the catch, if there is one.
174 Handler.Block = CGF.createBasicBlock("catch");
177 // @catch(...) always matches.
189 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size());
191 Catch->setHandler(I, { Handlers[I].TypeInfo, Handlers[I].Flags }, Handlers[I].Block);
240 // Enter the catch.
248 // Add a cleanup to leave the catch.
256 // Bind the catch parameter if it exists.
271 // Leave any cleanups associated with the catch.