Searched refs:CDSME (Results 1 – 1 of 1) sorted by relevance
5665 if (const auto *CDSME = llvm::dyn_cast<CXXDependentScopeMemberExpr>(E)) { in getApproximateType() local5666 QualType Base = CDSME->isImplicitAccess() in getApproximateType()5667 ? CDSME->getBaseType() in getApproximateType()5668 : getApproximateType(CDSME->getBase()); in getApproximateType()5669 if (CDSME->isArrow() && !Base.isNull()) in getApproximateType()5678 CDSME->getMember(), [](const NamedDecl *Member) { in getApproximateType()