Home | History | Annotate | Download | only in Sema

Lines Matching refs:ValueKind

2746     ExprValueKind valueKind = VK_RValue;
2766 valueKind = VK_RValue;
2781 valueKind = VK_LValue;
2789 valueKind = VK_LValue; // even if the parameter is an r-value reference
2795 valueKind = VK_RValue;
2807 valueKind = VK_RValue;
2815 valueKind = VK_LValue;
2834 valueKind = VK_RValue;
2845 valueKind = VK_RValue;
2851 valueKind = VK_LValue;
2866 valueKind = VK_RValue;
2871 valueKind = VK_LValue;
2882 valueKind = VK_RValue;
2888 valueKind = VK_LValue;
2896 valueKind = VK_RValue;
2900 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD,
13291 ExprValueKind ValueKind = VK_LValue;
13314 ValueKind = VK_RValue;
13320 ValueKind = VK_RValue;
13343 E->setValueKind(ValueKind);