Searched refs:CL_LValue (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExprClassification.cpp51 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;
138 return Cl::CL_LValue;
144 : Cl::CL_LValue;
196 return Cl::CL_LValue;
203 ? Cl::CL_PRValue : Cl::CL_LValue;
216 return Cl::CL_LValue;
228 if (K != Cl::CL_LValue) return K;
232 return Cl::CL_LValue;
[all...]
/external/clang/include/clang/AST/
H A DExpr.h305 CL_LValue, enumerator in enum:clang::Expr::Classification::Kinds
349 bool isLValue() const { return Kind == CL_LValue; }
358 return Classification(CL_LValue, CM_Modifiable);

Completed in 1978 milliseconds