Home | History | Annotate | Download | only in AST

Lines Matching refs:BasePath

1396                                            const CXXCastPath *BasePath,
1398 unsigned PathSize = (BasePath ? BasePath->size() : 0);
1403 if (PathSize) E->setCastPath(*BasePath);
1417 const CXXCastPath *BasePath,
1420 unsigned PathSize = (BasePath ? BasePath->size() : 0);
1425 if (PathSize) E->setCastPath(*BasePath);