Searched refs:getPointeeLoc (Results 1 – 10 of 10) sorted by relevance
248 TL = PointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()253 TL = ReferenceTL.getPointeeLoc().getUnqualifiedLoc(); in fill()263 TL = BlockPointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()268 TL = MemberPointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
75 TL = PT.getPointeeLoc(); in lookForAttribute()77 TL = RT.getPointeeLoc(); in lookForAttribute()
1029 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1032 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1035 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1038 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1045 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1205 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1115 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
1220 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()1222 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
4127 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType()4145 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType()4165 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType()4171 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType()4194 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType()4242 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType()5917 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformObjCObjectPointerType()5923 PointeeType != TL.getPointeeLoc().getType()) { in TransformObjCObjectPointerType()
1054 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()1129 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
5092 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()5093 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
2217 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()
1555 return Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc()1563 return Visit(TL.getPointeeLoc()); in VisitPointerTypeLoc()1567 return Visit(TL.getPointeeLoc()); in VisitBlockPointerTypeLoc()1571 return Visit(TL.getPointeeLoc()); in VisitMemberPointerTypeLoc()1575 return Visit(TL.getPointeeLoc()); in VisitLValueReferenceTypeLoc()1579 return Visit(TL.getPointeeLoc()); in VisitRValueReferenceTypeLoc()