Home | History | Annotate | Download | only in Sema

Lines Matching refs:BasePath

371                                    const CXXCastPath *BasePath,
398 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) {
405 return ImplicitCastExpr::Create(Context, Ty, Kind, E, BasePath, VK);