Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp2256 QualType SubobjectType; in LookupQualifiedName() local
2348 if (SubobjectType.isNull()) { in LookupQualifiedName()
2350 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
2355 if (SubobjectType != in LookupQualifiedName()
2535 QualType SubobjectType = Paths->front().back().Base->getType(); in DiagnoseAmbiguousLookup() local
2537 << Name << SubobjectType << getAmbiguousPathsDisplayString(*Paths) in DiagnoseAmbiguousLookup()