Home | History | Annotate | Download | only in Sema

Lines Matching defs:paths

943                                  CXXBasePaths &Paths) {
944 // Derive the paths to the desired base.
948 // FIXME: fail correctly when there are dependent paths.
950 Paths);
961 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end();
1200 CXXBasePaths paths;
1201 CXXBasePath &path = *FindBestPath(S, EC, entity, accessSoFar, paths);
1336 // Before we try to recalculate access paths, try to white-list
1393 CXXBasePaths Paths;
1394 CXXBasePath *Path = FindBestPath(S, EC, Entity, FinalAccess, Paths);