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