Home
last modified time | relevance | path

Searched refs:SubobjectType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp2512 QualType SubobjectType; in LookupQualifiedName() local
2604 if (SubobjectType.isNull()) { in LookupQualifiedName()
2606 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
2611 if (SubobjectType != in LookupQualifiedName()
2791 QualType SubobjectType = Paths->front().back().Base->getType(); in DiagnoseAmbiguousLookup() local
2793 << Name << SubobjectType << getAmbiguousPathsDisplayString(*Paths) in DiagnoseAmbiguousLookup()