Home | History | Annotate | Download | only in Sema

Lines Matching refs:Path

1283                             CXXBasePath &Path,
1288 Path.Decls = BaseRecord->lookup(N);
1289 return Path.Decls.first != Path.Decls.second;
1455 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end();
1456 Path != PathEnd; ++Path) {
1457 const CXXBasePathElement &PathElement = Path->back();
1461 SubobjectAccess = std::min(SubobjectAccess, Path->Access);
1476 if (HasOnlyStaticMembers(Path->Decls.first, Path->Decls.second)) {
1479 DeclContext::lookup_iterator CurrentD = Path->Decls.first;
1482 CurrentD != Path->Decls.second) {
1492 CurrentD == Path->Decls.second)
1507 if (HasOnlyStaticMembers(Path->Decls.first, Path->Decls.second))
1626 for (CXXBasePaths::paths_iterator Path = Paths->begin(),
1628 Path != PathEnd; ++Path) {
1629 Decl *D = *Path->Decls.first;