Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dattr-osobject.mm11 typedef __attribute__((os_returns_retained)) id (^blockType)(); // expected-warning{{'os_returns_re… typedef
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3078 else if (auto blockType = type->getAs<BlockPointerType>()) CheckNonNullArguments() local