Searched refs:CDSME (Results 1 – 1 of 1) sorted by relevance
5251 if (const auto *CDSME = llvm::dyn_cast<CXXDependentScopeMemberExpr>(E)) { in getApproximateType() local5252 QualType Base = CDSME->isImplicitAccess() in getApproximateType()5253 ? CDSME->getBaseType() in getApproximateType()5254 : getApproximateType(CDSME->getBase()); in getApproximateType()5255 if (CDSME->isArrow() && !Base.isNull()) in getApproximateType()5259 for (const auto *Member : RD->lookup(CDSME->getMember())) in getApproximateType()