Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp6284 QualType CompletionBlockType = CompletionBlock->getType(); in handleSwiftAsyncAttr() local
6285 if (!CompletionBlockType->isBlockPointerType()) { in handleSwiftAsyncAttr()
6292 CompletionBlockType->castAs<BlockPointerType>()->getPointeeType(); in handleSwiftAsyncAttr()