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

  /external/clang/include/clang/AST/
Expr.h 201 bool isLValue() const { return getValueKind() == VK_LValue; }
202 bool isRValue() const { return getValueKind() == VK_RValue; }
203 bool isXValue() const { return getValueKind() == VK_XValue; }
204 bool isGLValue() const { return getValueKind() != VK_RValue; }
350 /// getValueKind - The value kind that this expression produces.
351 ExprValueKind getValueKind() const {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 37 milliseconds