Searched refs:CompletionBlock (Results 1 – 1 of 1) sorted by relevance
685 const ParmVarDecl *CompletionBlock = in handleAsyncAttr() local687 QualType CompletionBlockType = CompletionBlock->getType(); in handleAsyncAttr()689 Diag(CompletionBlock->getLocation(), diag::err_swift_async_bad_block_type) in handleAsyncAttr()690 << CompletionBlock->getType(); in handleAsyncAttr()696 Diag(CompletionBlock->getLocation(), diag::err_swift_async_bad_block_type) in handleAsyncAttr()697 << CompletionBlock->getType(); in handleAsyncAttr()