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

  /external/clang/include/clang/AST/
Expr.h 250 bool isLValue() const { return getValueKind() == VK_LValue; }
251 bool isRValue() const { return getValueKind() == VK_RValue; }
252 bool isXValue() const { return getValueKind() == VK_XValue; }
253 bool isGLValue() const { return getValueKind() != VK_RValue; }
401 /// getValueKind - The value kind that this expression produces.
402 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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 58 milliseconds