reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 5454     if (const PointerType *Ptr = LHSType->getAs<PointerType>())
 5455       LHSType = Ptr->getPointeeType();
 5458         << OpSpelling << 1 << LHSType
 5464   if (!Context.hasSameUnqualifiedType(Class, LHSType)) {
 5466     if (RequireCompleteType(Loc, LHSType, diag::err_bad_memptr_lhs,
 5471     if (!IsDerivedFrom(Loc, LHSType, Class)) {
 5479             LHSType, Class, Loc,
 5485     QualType UseType = Context.getQualifiedType(Class, LHSType.getQualifiers());
 5506   Result = Context.getCVRQualifiedType(Result, LHSType.getCVRQualifiers());