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

References

tools/clang/lib/Sema/TreeTransform.h
 4580   if (PointeeType.isNull())
 4584     deduceOpenCLPointeeAddrSpace(SemaRef, PointeeType);
 4587   if (PointeeType->getAs<ObjCObjectType>()) {
 4592     Result = SemaRef.Context.getObjCObjectPointerType(PointeeType);
 4600       PointeeType != TL.getPointeeLoc().getType()) {
 4601     Result = getDerived().RebuildPointerType(PointeeType, TL.getSigilLoc());