Home | History | Annotate | Download | only in Sema

Lines Matching refs:BasePath

264                                    const CXXCastPath *BasePath,
290 BasePathInvolvesVirtualBase(*BasePath)) {
300 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) {
307 return Owned(ImplicitCastExpr::Create(Context, Ty, Kind, E, BasePath, VK));