Lines Matching defs:VK
3880 ExprValueKind VK) {
3882 switch (VK) {
3930 ExprValueKind VK) {
3933 switch (VK) {
5006 ExprValueKind VK = VK_PRValue;
5008 VK = VK_LValue;
5010 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue;
5037 VK = VK_PRValue;
5048 Sequence.AddQualificationConversionStep(cv1T4, VK);
5049 Sequence.AddReferenceBindingStep(cv1T4, VK == VK_PRValue);
5050 VK = IsLValueRef ? VK_LValue : VK_XValue;
5053 Sequence.AddDerivedToBaseCastStep(cv1T1, VK);
5060 Sequence.AddQualificationConversionStep(cv1T1, VK);
7464 ExprValueKind VK,
7469 if (VK == VK_PRValue) {
7479 return ImpCastExprToType(E, Ty, CK, VK, /*BasePath=*/nullptr, CCK);
7734 ExprValueKind VK =
7741 &BasePath, VK, FPOptionsOverride());
7910 ExprValueKind VK =
7915 CurInit = S.PerformQualificationConversion(CurInit.get(), Step->Type, VK);