Home | History | Annotate | Download | only in AST

Lines Matching full:basepath

471                                              const CXXCastPath *BasePath,
475 unsigned PathSize = (BasePath ? BasePath->size() : 0);
481 if (PathSize) E->setCastPath(*BasePath);
495 const CXXCastPath *BasePath,
499 unsigned PathSize = (BasePath ? BasePath->size() : 0);
505 if (PathSize) E->setCastPath(*BasePath);
549 const CXXCastPath *BasePath,
552 unsigned PathSize = (BasePath ? BasePath->size() : 0);
558 if (PathSize) E->setCastPath(*BasePath);
584 CastKind K, Expr *Op, const CXXCastPath *BasePath,
586 unsigned PathSize = (BasePath ? BasePath->size() : 0);
591 if (PathSize) E->setCastPath(*BasePath);