Home | History | Annotate | Download | only in Sema

Lines Matching refs:valueKind

10368     ExprValueKind valueKind = Expr::getValueKindForType(proto->getResultType());
10392 resultType, valueKind, RParenLoc);
11197 ExprValueKind valueKind;
11200 valueKind = VK_LValue;
11203 valueKind = VK_RValue;
11215 type, valueKind, OK_Ordinary);