Searched refs:CL_PRValue (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExprClassification.cpp67 case Cl::CL_PRValue: assert(getValueKind() == VK_RValue); break;
85 return Cl::CL_PRValue;
93 return Lang.CPlusPlus ? ClassifyTemporary(E->getType()) : 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;
324 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
[all...]
/external/clang/include/clang/AST/
H A DExpr.h316 CL_PRValue // A prvalue for any other reason, of any other type enumerator in enum:clang::Expr::Classification::Kinds

Completed in 264 milliseconds