Home
last modified time | relevance | path

Searched refs:CompletionBlock (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp685 const ParmVarDecl *CompletionBlock = in handleAsyncAttr() local
687 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()