Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp6099 QualType CompletionBlockType = CompletionBlock->getType(); in handleSwiftAsyncAttr() local
6100 if (!CompletionBlockType->isBlockPointerType()) { in handleSwiftAsyncAttr()
6107 CompletionBlockType->getAs<BlockPointerType>()->getPointeeType(); in handleSwiftAsyncAttr()