HomeSort by relevance Sort by last modified time
    Searched defs:isLValue (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
APValue.h 186 bool isLValue() const { return Kind == LValue; }
Expr.h 130 // type. Additionally, inspect Expr::isLvalue to determine whether
233 /// isLValue - True if this expression is an "l-value" according to
246 bool isLValue() const { return getValueKind() == VK_LValue; }
347 bool isLValue() const { return Kind == CL_LValue; }
    [all...]

Completed in 74 milliseconds