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

  /external/clang/lib/AST/
ExprClassification.cpp 67 case Cl::CL_PRValue: assert(getValueKind() == VK_RValue); break;
85 return Cl::CL_PRValue;
93 return Lang.CPlusPlus ? ClassifyTemporary(E->getType()) : Cl::CL_PRValue;
185 return Cl::CL_PRValue;
204 ? Cl::CL_PRValue : Cl::CL_LValue;
241 return Lang.CPlusPlus ? Cl::CL_LValue : Cl::CL_PRValue;
244 return Cl::CL_PRValue;
270 return Cl::CL_PRValue;
278 return Cl::CL_PRValue;
325 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
    [all...]
  /external/clang/include/clang/AST/
Expr.h 316 CL_PRValue // A prvalue for any other reason, of any other type
    [all...]

Completed in 36 milliseconds