Lines Matching refs:CXXBasePaths
1369 CXXBasePaths Paths;
1412 CXXBasePaths Paths;
2912 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
2970 CXXBasePaths &Paths) {
3007 void Sema::BuildBasePathArray(const CXXBasePaths &Paths,
3026 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
3107 std::string Sema::getAmbiguousPathsDisplayString(CXXBasePaths &Paths) {
3110 for (CXXBasePaths::paths_iterator Path = Paths.begin();
3293 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
4149 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
4154 for (CXXBasePaths::paths_iterator Path = Paths.begin();
10282 CXXBasePaths Paths(/*FindAmbiguities=*/true, // true to look in all bases.