Home | History | Annotate | Download | only in AST

Lines Matching refs:BasePath

1776                                            const CXXCastPath *BasePath,
1778 unsigned PathSize = (BasePath ? BasePath->size() : 0);
1783 if (PathSize) E->setCastPath(*BasePath);
1797 const CXXCastPath *BasePath,
1800 unsigned PathSize = (BasePath ? BasePath->size() : 0);
1805 if (PathSize) E->setCastPath(*BasePath);