Lines Matching refs:isByRef
211 bool LeftByref = left.Capture ? left.Capture->isByRef() : false; in operator <()
212 bool RightByref = right.Capture ? right.Capture->isByRef() : false; in operator <()
380 if (ci->isByRef()) { in computeBlockInfo()
591 if (ci->isByRef()) continue; in enterBlockScope()
796 if (ci->isByRef()) { in EmitBlockLiteral()
848 if (!ci->isByRef()) { in EmitBlockLiteral()
965 bool isByRef) { in GetAddrOfBlockDecl() argument
976 if (isByRef) { in GetAddrOfBlockDecl()
1346 assert(!ci->isByRef()); in GenerateCopyHelperFunction()
1349 } else if (ci->isByRef()) { in GenerateCopyHelperFunction()
1429 if (ci->isByRef() && variable->getType()->getAsCXXRecordDecl()) { in GenerateCopyHelperFunction()
1517 if (ci->isByRef()) { in GenerateDestroyHelperFunction()