Searched refs:getPointeeLoc (Results 1 – 11 of 11) 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()
1134 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1137 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1140 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1143 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })1152 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));1355 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1208 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
149 auto L = Visit(T.getPointeeLoc()); in HandlePointer()1404 return TraverseTypeLoc(L.getPointeeLoc()); in TraverseMemberPointerTypeLoc()
1420 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()1422 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
4952 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType()4970 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType()4990 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType()4996 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType()5019 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType()5067 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType()7164 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformObjCObjectPointerType()7170 PointeeType != TL.getPointeeLoc().getType()) { in TransformObjCObjectPointerType()
1123 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()1198 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
6071 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()6072 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
2804 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in findTypeLocationForBlockDecl()