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 43 Cl::CL_ClassTemporary : Cl::CL_PRValue;
82 case Cl::CL_PRValue: assert(getValueKind() == VK_RValue); break;
100 return Cl::CL_PRValue;
184 return Cl::CL_PRValue;
203 ? Cl::CL_PRValue : Cl::CL_LValue;
240 return Lang.CPlusPlus ? Cl::CL_LValue : Cl::CL_PRValue;
243 return Cl::CL_PRValue;
269 return Cl::CL_PRValue;
277 return Cl::CL_PRValue;
317 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
    [all...]
  /external/clang/include/clang/AST/
Expr.h 270 CL_PRValue // A prvalue for any other reason, of any other type
    [all...]

Completed in 985 milliseconds