Home | History | Annotate | Download | only in Sema

Lines Matching defs:Paths

935                                  CXXBasePaths &Paths) {
936 // Derive the paths to the desired base.
940 // FIXME: fail correctly when there are dependent paths.
942 Paths);
953 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end();
1192 CXXBasePaths paths;
1193 CXXBasePath &path = *FindBestPath(S, EC, entity, accessSoFar, paths);
1328 // Before we try to recalculate access paths, try to white-list
1385 CXXBasePaths Paths;
1386 Paths);