Home
last modified time | relevance | path

Searched refs:getPointeeLoc (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp141 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()
H A DTypeLoc.cpp644 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp77 TL = PT.getPointeeLoc(); in lookForAttribute()
79 TL = RT.getPointeeLoc(); in lookForAttribute()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1134 { 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())); })
H A DTypeLoc.h1208 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp149 auto L = Visit(T.getPointeeLoc()); in HandlePointer()
1404 return TraverseTypeLoc(L.getPointeeLoc()); in TraverseMemberPointerTypeLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1420 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
1422 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
H A DTreeTransform.h4952 = 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()
H A DSemaType.cpp1123 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()
1198 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
H A DSemaDecl.cpp6071 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()
6072 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
H A DSemaCodeComplete.cpp2804 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in findTypeLocationForBlockDecl()