HomeSort by: relevance | last modified time | path
    Searched defs:isLValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 398 bool isLValue() const { return Kind == LValue; }
Expr.h 146 // type. Additionally, inspect Expr::isLvalue to determine whether
259 /// isLValue - True if this expression is an "l-value" according to
272 bool isLValue() const { return getValueKind() == VK_LValue; }
375 bool isLValue() const { return Kind == CL_LValue; }

Completed in 35 milliseconds