Lines Matching defs:enter
1114 // 3. Enter __cxa_end_catch cleanup
1115 // 4. Enter dtor cleanup
1181 // Enter a cleanup scope, including the catch variable and the
1243 // Enter a cleanup to call the end-catch function if one was provided.
1301 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF,
1346 // Enter a normal cleanup which will perform the @finally block.
1351 // Enter a catch-all scope.