Searched refs:getPointeeLoc (Results 1 – 10 of 10) sorted by relevance
250 TL = PointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()255 TL = BlockPointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()260 TL = MemberPointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
75 TL = PT.getPointeeLoc(); in lookForAttribute()77 TL = RT.getPointeeLoc(); in lookForAttribute()
971 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));975 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));979 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));983 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));991 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1148 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
1478 return Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc()1486 return Visit(TL.getPointeeLoc()); in VisitPointerTypeLoc()1490 return Visit(TL.getPointeeLoc()); in VisitBlockPointerTypeLoc()1494 return Visit(TL.getPointeeLoc()); in VisitMemberPointerTypeLoc()1498 return Visit(TL.getPointeeLoc()); in VisitLValueReferenceTypeLoc()1502 return Visit(TL.getPointeeLoc()); in VisitRValueReferenceTypeLoc()
1029 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1033 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1037 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1041 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1049 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1206 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
952 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
3545 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType()3563 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType()3583 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType()3589 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType()3612 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType()3660 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType()
3242 Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc()
4278 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()4279 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
2176 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()