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

  /external/clang/lib/AST/
ExprClassification.cpp 51 kind = (kind == Cl::CL_LValue ? Cl::CL_AddressableVoid : Cl::CL_Void);
56 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break;
95 return Cl::CL_LValue;
141 return Cl::CL_LValue;
147 : Cl::CL_LValue;
203 return Cl::CL_LValue;
210 ? Cl::CL_PRValue : Cl::CL_LValue;
223 return Cl::CL_LValue;
235 if (K != Cl::CL_LValue) return K;
239 return Cl::CL_LValue;
    [all...]
  /external/clang/include/clang/AST/
Expr.h 303 CL_LValue,
348 bool isLValue() const { return Kind == CL_LValue; }
357 return Classification(CL_LValue, CM_Modifiable);
    [all...]

Completed in 65 milliseconds