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

/external/clang/include/clang/AST/
H A DAPValue.h180 bool isLValue() const { return Kind == LValue; } function in class:clang::APValue
H A DExpr.h190 /// isLValue - True if this expression is an "l-value" according to
203 bool isLValue() const { return getValueKind() == VK_LValue; } function in class:clang::Expr
303 bool isLValue() const { return Kind == CL_LValue; } function in class:clang::Expr::Classification

Completed in 262 milliseconds