Home | History | Annotate | Download | only in Sema

Lines Matching defs:Paths

930                                  CXXBasePaths &Paths) {
931 // Derive the paths to the desired base.
935 // FIXME: fail correctly when there are dependent paths.
937 Paths);
948 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end();
1187 CXXBasePaths paths;
1188 CXXBasePath &path = *FindBestPath(S, EC, entity, accessSoFar, paths);
1323 // Before we try to recalculate access paths, try to white-list
1380 CXXBasePaths Paths;
1381 CXXBasePath *Path = FindBestPath(S, EC, Entity, FinalAccess, Paths);