Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp2103 QualType SubobjectType; in LookupQualifiedName() local
2116 if (SubobjectType.isNull()) { in LookupQualifiedName()
2118 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
2123 if (SubobjectType in LookupQualifiedName()
2311 QualType SubobjectType = Paths->front().back().Base->getType(); in DiagnoseAmbiguousLookup() local
2313 << Name << SubobjectType << getAmbiguousPathsDisplayString(*Paths) in DiagnoseAmbiguousLookup()