Home | History | Annotate | Download | only in AST

Lines Matching refs:BasePath

1642                                            const CXXCastPath *BasePath,
1644 unsigned PathSize = (BasePath ? BasePath->size() : 0);
1649 if (PathSize) E->setCastPath(*BasePath);
1663 const CXXCastPath *BasePath,
1666 unsigned PathSize = (BasePath ? BasePath->size() : 0);
1671 if (PathSize) E->setCastPath(*BasePath);