Home | History | Annotate | Download | only in Sema

Lines Matching defs:VK

2714                                                       ExprValueKind VK) {
2716 switch (VK) {
2755 ExprValueKind VK) {
2758 switch (VK) {
3498 ExprValueKind VK = VK_RValue;
3500 VK = VK_LValue;
3502 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue;
3526 VK);
3533 Sequence.AddQualificationConversionStep(cv1T1, VK);
5625 ExprValueKind VK =
5635 &BasePath, VK));
5830 ExprValueKind VK =
5836 CurInit = S.ImpCastExprToType(CurInit.take(), Step->Type, CK_NoOp, VK);