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

/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 162 milliseconds