Searched defs:isByRef (Results 1 – 5 of 5) sorted by relevance
41 bool isByRef() const { return EmitCallsByRef; } in isByRef() function
958 bool isByRef = D.hasAttr<BlocksAttr>(); in EmitAutoVarAlloca() local
1003 bool isByRef) { in GetAddrOfBlockDecl()
3273 bool isByRef = VD->hasAttr<BlocksAttr>(); in EmitDeclareOfBlockDeclRefVariable() local
3485 bool isByRef() const { return VariableAndFlags.getInt() & flag_isByRef; } in isByRef() function