Home | History | Annotate | Download | only in Sema

Lines Matching refs:BasePath

2637                              VK_RValue, /*BasePath=*/0, CCK).take();
2643 VK_RValue, /*BasePath=*/0, CCK).take();
2667 VK_RValue, /*BasePath=*/0, CCK).take();
2677 VK_RValue, /*BasePath=*/0, CCK).take();
2680 VK_RValue, /*BasePath=*/0, CCK).take();
2687 VK_RValue, /*BasePath=*/0, CCK).take();
2706 VK_RValue, /*BasePath=*/0, CCK).take();
2713 VK_RValue, /*BasePath=*/0, CCK).take();
2716 VK_RValue, /*BasePath=*/0, CCK).take();
2721 VK_RValue, /*BasePath=*/0, CCK).take();
2757 CXXCastPath BasePath;
2758 if (CheckPointerConversion(From, ToType, Kind, BasePath, CStyle))
2770 From = ImpCastExprToType(From, ToType, Kind, VK_RValue, &BasePath, CCK)
2777 CXXCastPath BasePath;
2778 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle))
2782 From = ImpCastExprToType(From, ToType, Kind, VK_RValue, &BasePath, CCK)
2796 VK_RValue, /*BasePath=*/0, CCK).take();
2800 CXXCastPath BasePath;
2805 &BasePath,
2811 &BasePath, CCK).take();
2817 VK_RValue, /*BasePath=*/0, CCK).take();
2822 VK_RValue, /*BasePath=*/0, CCK).take();
2859 VK_RValue, /*BasePath=*/0, CCK).take();
2867 VK_RValue, /*BasePath=*/0, CCK).take();
2872 VK_RValue, /*BasePath=*/0, CCK).take();
2879 VK_RValue, /*BasePath=*/0, CCK).take();
2921 CK_NoOp, VK, /*BasePath=*/0, CCK).take();
4017 CXXCastPath BasePath;
4018 BuildBasePathArray(Paths, BasePath);
4020 &BasePath);