Lines Matching refs:Path
1263 CXXBasePath &Path,
1268 Path.Decls = BaseRecord->lookup(N);
1269 return Path.Decls.first != Path.Decls.second;
1435 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end();
1436 Path != PathEnd; ++Path) {
1437 const CXXBasePathElement &PathElement = Path->back();
1441 SubobjectAccess = std::min(SubobjectAccess, Path->Access);
1456 if (HasOnlyStaticMembers(Path->Decls.first, Path->Decls.second)) {
1459 DeclContext::lookup_iterator CurrentD = Path->Decls.first;
1462 CurrentD != Path->Decls.second) {
1472 CurrentD == Path->Decls.second)
1487 if (HasOnlyStaticMembers(Path->Decls.first, Path->Decls.second))
1606 for (CXXBasePaths::paths_iterator Path = Paths->begin(),
1608 Path != PathEnd; ++Path) {
1609 Decl *D = *Path->Decls.first;