/external/clang/lib/AST/ |
D | Comment.cpp | 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()
|
/external/llvm-project/clang/lib/AST/ |
D | Comment.cpp | 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()
|
D | TypeLoc.cpp | 642 return Visit(T.getPointeeLoc()); in VisitPointerTypeLoc() 646 return Visit(T.getPointeeLoc()); in VisitBlockPointerTypeLoc() 650 return Visit(T.getPointeeLoc()); in VisitReferenceTypeLoc() 654 return Visit(T.getPointeeLoc()); in VisitMemberPointerTypeLoc()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 77 TL = PT.getPointeeLoc(); in lookForAttribute() 79 TL = RT.getPointeeLoc(); in lookForAttribute()
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 75 TL = PT.getPointeeLoc(); in lookForAttribute() 77 TL = RT.getPointeeLoc(); in lookForAttribute()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | PassByValueCheck.cpp | 202 TypeLoc ValueTL = RefTL.getPointeeLoc(); in check()
|
/external/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 1104 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1107 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1110 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1113 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1120 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); 1280 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
|
D | TypeLoc.h | 1115 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 1123 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1126 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1129 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1132 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1141 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); 1344 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
|
D | TypeLoc.h | 1208 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 1227 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion() 1229 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
|
D | TreeTransform.h | 4233 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType() 4251 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType() 4271 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType() 4277 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType() 4300 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType() 4348 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType() 6081 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformObjCObjectPointerType() 6087 PointeeType != TL.getPointeeLoc().getType()) { in TransformObjCObjectPointerType()
|
D | SemaType.cpp | 1108 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType() 1183 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
|
D | SemaDecl.cpp | 5227 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc() 5228 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
|
D | SemaCodeComplete.cpp | 2229 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()
|
/external/llvm-project/clang/lib/Tooling/Syntax/ |
D | BuildTree.cpp | 149 auto L = Visit(T.getPointeeLoc()); in HandlePointer() 1374 return TraverseTypeLoc(L.getPointeeLoc()); in TraverseMemberPointerTypeLoc()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLambda.cpp | 1413 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion() 1415 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
|
D | TreeTransform.h | 4843 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType() 4861 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType() 4881 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType() 4887 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType() 4910 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType() 4958 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType() 7056 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformObjCObjectPointerType() 7062 PointeeType != TL.getPointeeLoc().getType()) { in TransformObjCObjectPointerType()
|
D | SemaType.cpp | 1122 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType() 1197 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
|
D | SemaDecl.cpp | 5978 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc() 5979 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
|
D | SemaCodeComplete.cpp | 2752 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in findTypeLocationForBlockDecl()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1556 return Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc() 1564 return Visit(TL.getPointeeLoc()); in VisitPointerTypeLoc() 1568 return Visit(TL.getPointeeLoc()); in VisitBlockPointerTypeLoc() 1572 return Visit(TL.getPointeeLoc()); in VisitMemberPointerTypeLoc() 1576 return Visit(TL.getPointeeLoc()); in VisitLValueReferenceTypeLoc() 1580 return Visit(TL.getPointeeLoc()); in VisitRValueReferenceTypeLoc()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 1635 return Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc() 1647 return Visit(TL.getPointeeLoc()); in VisitPointerTypeLoc() 1651 return Visit(TL.getPointeeLoc()); in VisitBlockPointerTypeLoc() 1655 return Visit(TL.getPointeeLoc()); in VisitMemberPointerTypeLoc() 1659 return Visit(TL.getPointeeLoc()); in VisitLValueReferenceTypeLoc() 1663 return Visit(TL.getPointeeLoc()); in VisitRValueReferenceTypeLoc()
|