Lines Matching refs:CXXBasePaths
1521 bool Sema::IsDerivedFrom(QualType Derived, QualType Base, CXXBasePaths &Paths) {
1536 void Sema::BuildBasePathArray(const CXXBasePaths &Paths,
1590 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
1668 std::string Sema::getAmbiguousPathsDisplayString(CXXBasePaths &Paths) {
1671 for (CXXBasePaths::paths_iterator Path = Paths.begin();
2239 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
2243 for (CXXBasePaths::paths_iterator Path = Paths.begin();
5604 CXXBasePaths Paths(/*FindAmbiguities=*/true, // true to look in all bases.