Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp4517 else if (auto blockType = type->getAs<BlockPointerType>()) in CheckNonNullArguments() local
4518 type = blockType->getPointeeType(); in CheckNonNullArguments()