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

References

tools/clang/lib/Sema/SemaOverload.cpp
 7680     QualType QPointeeTy = Context.getCVRQualifiedType(PointeeTy, CVR);
 7685       QPointerTy = Context.getPointerType(QPointeeTy);
 7687       QPointerTy = Context.getObjCObjectPointerType(QPointeeTy);
 7730     QualType QPointeeTy = Context.getCVRQualifiedType(PointeeTy, CVR);
 7732       Context.getMemberPointerType(QPointeeTy, ClassTy));
 7753   Ty = Context.getCanonicalType(Ty);