Home | History | Annotate | Download | only in Sema

Lines Matching refs:BasePath

310                                    const CXXCastPath *BasePath,
337 BasePathInvolvesVirtualBase(*BasePath)) {
347 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) {
354 return ImplicitCastExpr::Create(Context, Ty, Kind, E, BasePath, VK);