Searched refs:CL_LValue (Results 1 – 2 of 2) sorted by relevance
56 case Cl::CL_LValue: in ClassifyImpl()101 return Cl::CL_LValue; in ClassifyExprValueKind()151 return Cl::CL_LValue; in ClassifyInternal()230 return Cl::CL_LValue; in ClassifyInternal()254 return Cl::CL_LValue; in ClassifyInternal()270 return Cl::CL_LValue; in ClassifyInternal()339 return Cl::CL_LValue; in ClassifyInternal()489 return Cl::CL_LValue; in ClassifyUnnamed()508 return Cl::CL_LValue; in ClassifyMemberExpr()522 return Cl::CL_LValue; in ClassifyMemberExpr()[all …]
327 CL_LValue, enumerator373 bool isLValue() const { return Kind == CL_LValue; } in isLValue()382 return Classification(CL_LValue, CM_Modifiable); in makeSimpleLValue()