Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp2523 QualType SubobjectType; in LookupQualifiedName() local
2615 if (SubobjectType.isNull()) { in LookupQualifiedName()
2617 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()
2622 if (SubobjectType != in LookupQualifiedName()
2802 QualType SubobjectType = Paths->front().back().Base->getType(); in DiagnoseAmbiguousLookup() local
2804 << Name << SubobjectType << getAmbiguousPathsDisplayString(*Paths) in DiagnoseAmbiguousLookup()