Lines Matching defs:VK
3908 ExprValueKind VK) {
3910 switch (VK) {
3958 ExprValueKind VK) {
3961 switch (VK) {
5140 ExprValueKind VK = VK_PRValue;
5142 VK = VK_LValue;
5144 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue;
5171 VK = VK_PRValue;
5182 Sequence.AddQualificationConversionStep(cv1T4, VK);
5183 Sequence.AddReferenceBindingStep(cv1T4, VK == VK_PRValue);
5184 VK = IsLValueRef ? VK_LValue : VK_XValue;
5187 Sequence.AddDerivedToBaseCastStep(cv1T1, VK);
5194 Sequence.AddQualificationConversionStep(cv1T1, VK);
7619 ExprValueKind VK,
7624 if (VK == VK_PRValue) {
7634 return ImpCastExprToType(E, Ty, CK, VK, /*BasePath=*/nullptr, CCK);
7889 ExprValueKind VK =
7896 &BasePath, VK, FPOptionsOverride());
8065 ExprValueKind VK =
8070 CurInit = S.PerformQualificationConversion(CurInit.get(), Step->Type, VK);