Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp699 const ParmVarDecl *CompletionBlock = in handleAsyncAttr() local
701 QualType CompletionBlockType = CompletionBlock->getType(); in handleAsyncAttr()
703 Diag(CompletionBlock->getLocation(), diag::err_swift_async_bad_block_type) in handleAsyncAttr()
704 << CompletionBlock->getType(); in handleAsyncAttr()
710 Diag(CompletionBlock->getLocation(), diag::err_swift_async_bad_block_type) in handleAsyncAttr()
711 << CompletionBlock->getType(); in handleAsyncAttr()