Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp6392 QualType CompletionBlockType = CompletionBlock->getType(); in handleSwiftAsyncAttr() local
6393 if (!CompletionBlockType->isBlockPointerType()) { in handleSwiftAsyncAttr()
6400 CompletionBlockType->castAs<BlockPointerType>()->getPointeeType(); in handleSwiftAsyncAttr()