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

  /src/external/apache2/llvm/dist/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;
145 return Cl::CL_LValue;
150 return !E->isLValue() ? ClassifyTemporary(E->getType()) : Cl::CL_LValue;
224 return Cl::CL_LValue;
235 ? Cl::CL_PRValue : Cl::CL_LValue;
248 return Cl::CL_LValue;
260 if (K != Cl::CL_LValue) return K;
264 return Cl::CL_LValue;
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 329 CL_LValue,
375 bool isLValue() const { return Kind == CL_LValue; }
384 return Classification(CL_LValue, CM_Modifiable);

Completed in 21 milliseconds