Searched defs:isByRef (Results 1 – 4 of 4) sorted by relevance
41 bool isByRef() const { return EmitCallsByRef; } in isByRef() function
88 bool isByRef() const { return IsByRef; } in isByRef() function
4498 bool isByRef() const { return VariableAndFlags.getInt() & flag_isByRef; } in isByRef() function
5097 bool isByRef = VD->hasAttr<BlocksAttr>(); in EmitDeclareOfBlockDeclRefVariable() local