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()
1104 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1107 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1110 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1113 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1120 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1280 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1115 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
1227 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()1229 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
4233 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType()4251 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType()4271 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType()4277 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType()4300 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType()4348 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType()6081 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformObjCObjectPointerType()6087 PointeeType != TL.getPointeeLoc().getType()) { in TransformObjCObjectPointerType()
1108 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()1183 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
5227 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()5228 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
2229 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()
1556 return Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc()1564 return Visit(TL.getPointeeLoc()); in VisitPointerTypeLoc()1568 return Visit(TL.getPointeeLoc()); in VisitBlockPointerTypeLoc()1572 return Visit(TL.getPointeeLoc()); in VisitMemberPointerTypeLoc()1576 return Visit(TL.getPointeeLoc()); in VisitLValueReferenceTypeLoc()1580 return Visit(TL.getPointeeLoc()); in VisitRValueReferenceTypeLoc()