Home | History | Annotate | Download | only in Sema

Lines Matching refs:CXXBasePaths

1631       CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
1696 CXXBasePaths &Paths) {
1714 void Sema::BuildBasePathArray(const CXXBasePaths &Paths,
1756 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
1834 std::string Sema::getAmbiguousPathsDisplayString(CXXBasePaths &Paths) {
1837 for (CXXBasePaths::paths_iterator Path = Paths.begin();
2766 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
2771 for (CXXBasePaths::paths_iterator Path = Paths.begin();
6364 CXXBasePaths Paths(/*FindAmbiguities=*/true, // true to look in all bases.