Home | History | Annotate | Download | only in AST

Lines Matching refs:BasePath

584                                              const CXXCastPath *BasePath,
589 unsigned PathSize = (BasePath ? BasePath->size() : 0);
595 if (PathSize) E->setCastPath(*BasePath);
609 const CXXCastPath *BasePath,
614 unsigned PathSize = (BasePath ? BasePath->size() : 0);
620 if (PathSize) E->setCastPath(*BasePath);
667 const CXXCastPath *BasePath,
671 unsigned PathSize = (BasePath ? BasePath->size() : 0);
677 if (PathSize) E->setCastPath(*BasePath);
704 const CXXCastPath *BasePath,
706 unsigned PathSize = (BasePath ? BasePath->size() : 0);
711 if (PathSize) E->setCastPath(*BasePath);