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

References

tools/clang/lib/Sema/SemaOverload.cpp
 7649     PointeeTy = PTy->getPointeeType();
 7652     PointeeTy = PointerTy->getPointeeType();
 7659   if (PointeeTy->isArrayType())
 7662   unsigned BaseCVR = PointeeTy.getCVRQualifiers();
 7676          (!(PointeeTy->isAnyPointerType() || PointeeTy->isReferenceType()))))
 7676          (!(PointeeTy->isAnyPointerType() || PointeeTy->isReferenceType()))))
 7680     QualType QPointeeTy = Context.getCVRQualifiedType(PointeeTy, CVR);