Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2527 QualType SubobjectType; in LookupQualifiedName() local
2619 if (SubobjectType.isNull()) { in LookupQualifiedName()
2621 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
2626 if (SubobjectType != in LookupQualifiedName()
2806 QualType SubobjectType = Paths->front().back().Base->getType(); in DiagnoseAmbiguousLookup() local
2808 << Name << SubobjectType << getAmbiguousPathsDisplayString(*Paths) in DiagnoseAmbiguousLookup()