Home | History | Annotate | Download | only in Sema

Lines Matching refs:BasePath

246                                    const CXXCastPath *BasePath,
275 BasePathInvolvesVirtualBase(*BasePath)) {
285 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) {
292 return Owned(ImplicitCastExpr::Create(Context, Ty, Kind, E, BasePath, VK));