Lines Matching refs:BasePath
4510 CXXCastPath BasePath; in PerformImplicitConversion() local
4511 if (CheckPointerConversion(From, NewToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
4523 From = ImpCastExprToType(From, NewToType, Kind, VK_PRValue, &BasePath, CCK) in PerformImplicitConversion()
4530 CXXCastPath BasePath; in PerformImplicitConversion() local
4531 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
4544 ImpCastExprToType(From, ToType, Kind, VK_PRValue, &BasePath, CCK).get(); in PerformImplicitConversion()
4562 CXXCastPath BasePath; in PerformImplicitConversion() local
4565 From->getSourceRange(), &BasePath, CStyle)) in PerformImplicitConversion()
4570 &BasePath, CCK).get(); in PerformImplicitConversion()
6006 CXXCastPath BasePath; in CheckPointerToMemberOperands() local
6010 &BasePath)) in CheckPointerToMemberOperands()
6019 &BasePath); in CheckPointerToMemberOperands()