Searched refs:getPointeeLoc (Results 1 – 9 of 9) sorted by relevance
251 TL = PointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()256 TL = BlockPointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()261 TL = MemberPointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
75 TL = PT.getPointeeLoc(); in lookForAttribute()77 TL = RT.getPointeeLoc(); in lookForAttribute()
1064 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1068 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1072 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1076 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1084 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1245 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
1030 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
1134 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()1136 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
3716 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType()3734 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType()3754 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType()3760 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType()3783 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType()3831 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType()
3541 Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc()
4489 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()4490 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
2179 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()