Lines Matching refs:CL_LValue

51       kind = (kind == Cl::CL_LValue ? Cl::CL_AddressableVoid : Cl::CL_Void);  in ClassifyImpl()
56 case Cl::CL_LValue: in ClassifyImpl()
101 return Cl::CL_LValue; in ClassifyExprValueKind()
151 return Cl::CL_LValue; in ClassifyInternal()
156 return !E->isLValue() ? ClassifyTemporary(E->getType()) : Cl::CL_LValue; in ClassifyInternal()
230 return Cl::CL_LValue; in ClassifyInternal()
241 ? Cl::CL_PRValue : Cl::CL_LValue; in ClassifyInternal()
254 return Cl::CL_LValue; in ClassifyInternal()
266 if (K != Cl::CL_LValue) return K; in ClassifyInternal()
270 return Cl::CL_LValue; in ClassifyInternal()
278 return Lang.CPlusPlus ? Cl::CL_LValue : Cl::CL_PRValue; in ClassifyInternal()
339 return Cl::CL_LValue; in ClassifyInternal()
425 ? Cl::CL_LValue in ClassifyInternal()
474 return islvalue ? Cl::CL_LValue : Cl::CL_PRValue; in ClassifyDecl()
489 return Cl::CL_LValue; in ClassifyUnnamed()
494 return RV->getPointeeType()->isFunctionType() ? Cl::CL_LValue : Cl::CL_XValue; in ClassifyUnnamed()
500 ? Cl::CL_PRValue : Cl::CL_LValue); in ClassifyMemberExpr()
508 return Cl::CL_LValue; in ClassifyMemberExpr()
522 return Cl::CL_LValue; in ClassifyMemberExpr()
527 return Cl::CL_LValue; in ClassifyMemberExpr()
535 return Cl::CL_LValue; in ClassifyMemberExpr()
547 return Method->isStatic() ? Cl::CL_LValue : Cl::CL_MemberFunction; in ClassifyMemberExpr()
561 ? Cl::CL_PRValue : Cl::CL_LValue); in ClassifyBinaryOp()
583 : Cl::CL_LValue; in ClassifyBinaryOp()
635 if (Kind != Cl::CL_LValue) in IsModifiable()
677 case Cl::CL_LValue: return LV_Valid; in ClassifyLValue()
698 case Cl::CL_LValue: break; in isModifiableLvalue()
713 assert(VC.getKind() == Cl::CL_LValue && "Unhandled kind"); in isModifiableLvalue()