Searched refs:getPointeeLoc (Results 1 – 11 of 11) 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()
1001 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1004 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1007 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1010 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1017 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1175 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1066 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1069 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1072 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1075 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1082 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1240 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1033 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
1237 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()1239 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
3939 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType()3957 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType()3977 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType()3983 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType()4006 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType()4054 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType()
3574 Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc()
4896 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()4897 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
2174 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()
1499 return Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc()1507 return Visit(TL.getPointeeLoc()); in VisitPointerTypeLoc()1511 return Visit(TL.getPointeeLoc()); in VisitBlockPointerTypeLoc()1515 return Visit(TL.getPointeeLoc()); in VisitMemberPointerTypeLoc()1519 return Visit(TL.getPointeeLoc()); in VisitLValueReferenceTypeLoc()1523 return Visit(TL.getPointeeLoc()); in VisitRValueReferenceTypeLoc()