Home | History | Annotate | Download | only in AST

Lines Matching refs:BasePath

529                                              const CXXCastPath *BasePath,
534 unsigned PathSize = (BasePath ? BasePath->size() : 0);
540 if (PathSize) E->setCastPath(*BasePath);
554 const CXXCastPath *BasePath,
559 unsigned PathSize = (BasePath ? BasePath->size() : 0);
565 if (PathSize) E->setCastPath(*BasePath);
612 const CXXCastPath *BasePath,
616 unsigned PathSize = (BasePath ? BasePath->size() : 0);
622 if (PathSize) E->setCastPath(*BasePath);
649 CastKind K, Expr *Op, const CXXCastPath *BasePath,
651 unsigned PathSize = (BasePath ? BasePath->size() : 0);
656 if (PathSize) E->setCastPath(*BasePath);