Home | History | Annotate | Download | only in AST

Lines Matching defs:isLValue

82     // type. Additionally, inspect Expr::isLvalue to determine whether
188 /// isLValue - True if this expression is an "l-value" according to
201 bool isLValue() const { return getValueKind() == VK_LValue; }
298 bool isLValue() const { return Kind == CL_LValue; }