Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp6828 QualType CompletionBlockType = CompletionBlock->getType(); in handleSwiftAsyncAttr() local
6829 if (!CompletionBlockType->isBlockPointerType()) { in handleSwiftAsyncAttr()
6836 CompletionBlockType->castAs<BlockPointerType>()->getPointeeType(); in handleSwiftAsyncAttr()