Searched refs:blockType (Results 1 – 4 of 4) sorted by relevance
11 typedef __attribute__((os_returns_retained)) id (^blockType)(); // expected-warning{{'os_returns_re… typedef
14 typedef __attribute__((ns_returns_retained)) id (^blockType)(void);
754 using blockType = std::array<Symbol, BLOCK_SIZE>;755 std::list<blockType *> blocks_;757 blockType *currBlock_{nullptr};761 blocks_.push_back(new blockType()); in Get()
5595 else if (auto blockType = type->getAs<BlockPointerType>()) in CheckNonNullArguments() local5596 type = blockType->getPointeeType(); in CheckNonNullArguments()