Searched defs:isBlock (Results 1 – 5 of 5) sorted by relevance
250 static Expected<bool> isBlock(BitstreamCursor &Stream, unsigned BlockID) { in isBlock() function
145 bool isBlock() const { in isBlock() function
210 bool isBlock() const { return getSlot() == Slot_Block; } in isBlock() function
737 void addCapture(ValueDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
2549 bool isBlock = type->isBlockPointerType(); in EmitARCStoreStrong() local