Searched refs:getPointeeLoc (Results 1 – 9 of 9) sorted by relevance
127 return PointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()130 return ReferenceTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()135 return BlockPointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()137 return MemberPointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()
75 TL = PT.getPointeeLoc(); in lookForAttribute()77 TL = RT.getPointeeLoc(); in lookForAttribute()
1155 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1158 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1161 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1164 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1171 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1353 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1184 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
1277 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()1279 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
4469 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType()4487 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType()4507 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType()4513 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType()4536 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType()4584 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType()6480 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformObjCObjectPointerType()6486 PointeeType != TL.getPointeeLoc().getType()) { in TransformObjCObjectPointerType()
1087 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()1162 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
5603 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()5604 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
2394 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in findTypeLocationForBlockDecl()