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.h237 /// isLValue - True if this expression is an "l-value" according to
250 bool isLValue() const { return getValueKind() == VK_LValue; } function in class:clang::Expr
350 bool isLValue() const { return Kind == CL_LValue; } function in class:clang::Expr::Classification

Completed in 29 milliseconds