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

References

tools/clang/lib/Sema/TreeTransform.h
 4592     Result = SemaRef.Context.getObjCObjectPointerType(PointeeType);
 4594     ObjCObjectPointerTypeLoc NewT = TLB.push<ObjCObjectPointerTypeLoc>(Result);
 4596     return Result;
 4601     Result = getDerived().RebuildPointerType(PointeeType, TL.getSigilLoc());
 4602     if (Result.isNull())
 4608   TLB.TypeWasModifiedSafely(Result->getPointeeType());
 4610   PointerTypeLoc NewT = TLB.push<PointerTypeLoc>(Result);
 4612   return Result;