reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaLookup.cpp
 2327        Path != PathEnd; ++Path) {
 2327        Path != PathEnd; ++Path) {
 2328     const CXXBasePathElement &PathElement = Path->back();
 2332     SubobjectAccess = std::min(SubobjectAccess, Path->Access);
 2347       if (HasOnlyStaticMembers(Path->Decls.begin(), Path->Decls.end())) {
 2347       if (HasOnlyStaticMembers(Path->Decls.begin(), Path->Decls.end())) {
 2350         DeclContext::lookup_iterator CurrentD = Path->Decls.begin();
 2369                CurrentD != Path->Decls.end()) {
 2379             CurrentD == Path->Decls.end())
 2394       if (HasOnlyStaticMembers(Path->Decls.begin(), Path->Decls.end()))
 2394       if (HasOnlyStaticMembers(Path->Decls.begin(), Path->Decls.end()))