This patch extracts two new functions from the function FormatFunctionParameter that are related to Objective-C block formatting. It should be two separate commits (the first extracts findTypeLocationForBlockDecl, and the second extracts formatBlockPlaceholder), but I squashed them to make the review easier.
This patch is required for my follow up patch that improves completion for block property setters.