Lines Matching refs:BasePath
4610 CXXCastPath BasePath; in PerformImplicitConversion() local
4611 if (CheckPointerConversion(From, NewToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
4623 From = ImpCastExprToType(From, NewToType, Kind, VK_PRValue, &BasePath, CCK) in PerformImplicitConversion()
4630 CXXCastPath BasePath; in PerformImplicitConversion() local
4631 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
4644 ImpCastExprToType(From, ToType, Kind, VK_PRValue, &BasePath, CCK).get(); in PerformImplicitConversion()
4670 CXXCastPath BasePath; in PerformImplicitConversion() local
4673 From->getSourceRange(), &BasePath, CStyle)) in PerformImplicitConversion()
4678 &BasePath, CCK).get(); in PerformImplicitConversion()
6371 CXXCastPath BasePath; in CheckPointerToMemberOperands() local
6375 &BasePath)) in CheckPointerToMemberOperands()
6384 &BasePath); in CheckPointerToMemberOperands()