Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp1850 QualType SubobjectType; in LookupQualifiedName() local
1863 if (SubobjectType.isNull()) { in LookupQualifiedName()
1865 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
1870 if (SubobjectType in LookupQualifiedName()
2045 QualType SubobjectType = Paths->front().back().Base->getType(); in DiagnoseAmbiguousLookup() local
2047 << Name << SubobjectType << getAmbiguousPathsDisplayString(*Paths) in DiagnoseAmbiguousLookup()