Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isByRef

211     bool LeftByref = left.Capture ? left.Capture->isByRef() : false;
212 bool RightByref = right.Capture ? right.Capture->isByRef() : false;
380 if (ci->isByRef()) {
591 if (ci->isByRef()) continue;
796 if (ci->isByRef()) {
848 if (!ci->isByRef()) {
965 bool isByRef) {
976 if (isByRef) {
1260 if (ci->isByRef()) {
1346 assert(!ci->isByRef());
1349 } else if (ci->isByRef()) {
1429 if (ci->isByRef() && variable->getType()->getAsCXXRecordDecl()) {
1517 if (ci->isByRef()) {