Home | History | Annotate | Download | only in Sema

Lines Matching refs:valueKind

2827     ExprValueKind valueKind = VK_RValue;
2847 valueKind = VK_RValue;
2862 valueKind = VK_LValue;
2870 valueKind = VK_LValue; // even if the parameter is an r-value reference
2876 valueKind = VK_RValue;
2888 valueKind = VK_RValue;
2896 valueKind = VK_LValue;
2915 valueKind = VK_RValue;
2926 valueKind = VK_RValue;
2932 valueKind = VK_LValue;
2947 valueKind = VK_RValue;
2952 valueKind = VK_LValue;
2963 valueKind = VK_RValue;
2969 valueKind = VK_LValue;
2977 valueKind = VK_RValue;
2981 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD,
14037 ExprValueKind ValueKind = VK_LValue;
14093 ValueKind = VK_RValue;
14099 ValueKind = VK_RValue;
14122 E->setValueKind(ValueKind);