Home | History | Annotate | Download | only in AST

Lines Matching refs:BasePath

1689                                            const CXXCastPath *BasePath,
1691 unsigned PathSize = (BasePath ? BasePath->size() : 0);
1696 if (PathSize) E->setCastPath(*BasePath);
1710 const CXXCastPath *BasePath,
1713 unsigned PathSize = (BasePath ? BasePath->size() : 0);
1718 if (PathSize) E->setCastPath(*BasePath);