Lines Matching refs:BasePath
4439 CXXCastPath BasePath; in PerformImplicitConversion() local
4440 if (CheckPointerConversion(From, NewToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
4452 From = ImpCastExprToType(From, NewToType, Kind, VK_PRValue, &BasePath, CCK) in PerformImplicitConversion()
4459 CXXCastPath BasePath; in PerformImplicitConversion() local
4460 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
4473 ImpCastExprToType(From, ToType, Kind, VK_PRValue, &BasePath, CCK).get(); in PerformImplicitConversion()
4491 CXXCastPath BasePath; in PerformImplicitConversion() local
4494 From->getSourceRange(), &BasePath, CStyle)) in PerformImplicitConversion()
4499 &BasePath, CCK).get(); in PerformImplicitConversion()
5884 CXXCastPath BasePath; in CheckPointerToMemberOperands() local
5888 &BasePath)) in CheckPointerToMemberOperands()
5897 &BasePath); in CheckPointerToMemberOperands()