Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1431 QualType SubobjectType; in LookupQualifiedName() local
1444 if (SubobjectType.isNull()) { in LookupQualifiedName()
1446 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
1451 if (SubobjectType in LookupQualifiedName()
1585 QualType SubobjectType = Paths->front().back().Base->getType(); in DiagnoseAmbiguousLookup() local
1587 << Name << SubobjectType << getAmbiguousPathsDisplayString(*Paths) in DiagnoseAmbiguousLookup()