Home | History | Annotate | Download | only in AST

Lines Matching refs:BasePath

496                                              const CXXCastPath *BasePath,
500 unsigned PathSize = (BasePath ? BasePath->size() : 0);
506 if (PathSize) E->setCastPath(*BasePath);
520 const CXXCastPath *BasePath,
524 unsigned PathSize = (BasePath ? BasePath->size() : 0);
530 if (PathSize) E->setCastPath(*BasePath);
574 const CXXCastPath *BasePath,
577 unsigned PathSize = (BasePath ? BasePath->size() : 0);
583 if (PathSize) E->setCastPath(*BasePath);
609 CastKind K, Expr *Op, const CXXCastPath *BasePath,
611 unsigned PathSize = (BasePath ? BasePath->size() : 0);
616 if (PathSize) E->setCastPath(*BasePath);