Home | History | Annotate | Download | only in Sema

Lines Matching defs:Paths

939                                  CXXBasePaths &Paths) {
940 // Derive the paths to the desired base.
944 // FIXME: fail correctly when there are dependent paths.
946 Paths);
957 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end();
1198 CXXBasePaths paths;
1199 CXXBasePath &path = *FindBestPath(S, EC, entity, accessSoFar, paths);
1333 // Before we try to recalculate access paths, try to white-list
1390 CXXBasePaths Paths;
1391 CXXBasePath *Path = FindBestPath(S, EC, Entity, FinalAccess, Paths);