HomeSort by relevance Sort by last modified time
    Searched defs:isLValue (Results 1 - 3 of 3) 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
237 /// isLValue - True if this expression is an "l-value" according to
250 bool isLValue() const { return getValueKind() == VK_LValue; }
349 bool isLValue() const { return Kind == CL_LValue; }
    [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 170 milliseconds