Home | History | Annotate | Download | only in AST

Lines Matching refs:BasePath

591                                              const CXXCastPath *BasePath,
596 unsigned PathSize = (BasePath ? BasePath->size() : 0);
602 if (PathSize) E->setCastPath(*BasePath);
616 const CXXCastPath *BasePath,
621 unsigned PathSize = (BasePath ? BasePath->size() : 0);
627 if (PathSize) E->setCastPath(*BasePath);
674 const CXXCastPath *BasePath,
678 unsigned PathSize = (BasePath ? BasePath->size() : 0);
684 if (PathSize) E->setCastPath(*BasePath);
711 const CXXCastPath *BasePath,
713 unsigned PathSize = (BasePath ? BasePath->size() : 0);
718 if (PathSize) E->setCastPath(*BasePath);