Home | History | Annotate | Download | only in AST

Lines Matching refs:CL_LValue

51       kind = (kind == Cl::CL_LValue ? Cl::CL_AddressableVoid : Cl::CL_Void);
56 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break;
95 return Cl::CL_LValue;
141 return Cl::CL_LValue;
147 : Cl::CL_LValue;
203 return Cl::CL_LValue;
210 ? Cl::CL_PRValue : Cl::CL_LValue;
223 return Cl::CL_LValue;
235 if (K != Cl::CL_LValue) return K;
239 return Cl::CL_LValue;
247 return Lang.CPlusPlus ? Cl::CL_LValue : Cl::CL_PRValue;
303 return Cl::CL_LValue;
383 return Cl::CL_LValue;
390 ? Cl::CL_LValue
435 return islvalue ? Cl::CL_LValue : Cl::CL_PRValue;
450 return Cl::CL_LValue;
455 return RV->getPointeeType()->isFunctionType() ? Cl::CL_LValue : Cl::CL_XValue;
461 ? Cl::CL_PRValue : Cl::CL_LValue);
469 return Cl::CL_LValue;
483 return Cl::CL_LValue;
488 return Cl::CL_LValue;
496 return Cl::CL_LValue;
508 return Method->isStatic() ? Cl::CL_LValue : Cl::CL_MemberFunction;
522 ? Cl::CL_PRValue : Cl::CL_LValue);
544 : Cl::CL_LValue;
597 if (Kind != Cl::CL_LValue)
638 case Cl::CL_LValue: return LV_Valid;
659 case Cl::CL_LValue: break;
674 assert(VC.getKind() == Cl::CL_LValue && "Unhandled kind");
678 case Cl::CM_RValue: llvm_unreachable("CM_RValue and CL_LValue don't match");
681 llvm_unreachable("CM_LValueCast and CL_LValue don't match");