Searched refs:getPointeeLoc (Results 1 – 12 of 12) sorted by relevance
141 return PointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()144 return ReferenceTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()149 return BlockPointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()151 return MemberPointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()
644 return Visit(T.getPointeeLoc()); in VisitPointerTypeLoc()648 return Visit(T.getPointeeLoc()); in VisitBlockPointerTypeLoc()652 return Visit(T.getPointeeLoc()); in VisitReferenceTypeLoc()656 return Visit(T.getPointeeLoc()); in VisitMemberPointerTypeLoc()
77 TL = PT.getPointeeLoc(); in lookForAttribute()79 TL = RT.getPointeeLoc(); in lookForAttribute()
1136 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1139 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1142 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1145 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1154 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1357 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1208 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
1416 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()1418 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
4929 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType()4947 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType()4967 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType()4973 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType()4996 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType()5044 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType()7141 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformObjCObjectPointerType()7147 PointeeType != TL.getPointeeLoc().getType()) { in TransformObjCObjectPointerType()
1122 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()1197 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
6008 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()6009 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
2804 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in findTypeLocationForBlockDecl()
149 auto L = Visit(T.getPointeeLoc()); in HandlePointer()1404 return TraverseTypeLoc(L.getPointeeLoc()); in TraverseMemberPointerTypeLoc()
1637 return Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc()1649 return Visit(TL.getPointeeLoc()); in VisitPointerTypeLoc()1653 return Visit(TL.getPointeeLoc()); in VisitBlockPointerTypeLoc()1657 return Visit(TL.getPointeeLoc()); in VisitMemberPointerTypeLoc()1661 return Visit(TL.getPointeeLoc()); in VisitLValueReferenceTypeLoc()1665 return Visit(TL.getPointeeLoc()); in VisitRValueReferenceTypeLoc()