Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp248 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/
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()
DTypeLoc.cpp642 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/
DTransGCAttrs.cpp77 TL = PT.getPointeeLoc(); in lookForAttribute()
79 TL = RT.getPointeeLoc(); in lookForAttribute()
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp75 TL = PT.getPointeeLoc(); in lookForAttribute()
77 TL = RT.getPointeeLoc(); in lookForAttribute()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DPassByValueCheck.cpp202 TypeLoc ValueTL = RefTL.getPointeeLoc(); in check()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h1104 { 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())); })
DTypeLoc.h1115 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
/external/llvm-project/clang/include/clang/AST/
DRecursiveASTVisitor.h1123 { 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())); })
DTypeLoc.h1208 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
/external/clang/lib/Sema/
DSemaLambda.cpp1227 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
1229 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
DTreeTransform.h4233 = 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()
DSemaType.cpp1108 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()
1183 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
DSemaDecl.cpp5227 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()
5228 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
DSemaCodeComplete.cpp2229 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp149 auto L = Visit(T.getPointeeLoc()); in HandlePointer()
1374 return TraverseTypeLoc(L.getPointeeLoc()); in TraverseMemberPointerTypeLoc()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp1413 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
1415 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
DTreeTransform.h4843 = 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()
DSemaType.cpp1122 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()
1197 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
DSemaDecl.cpp5978 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()
5979 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
DSemaCodeComplete.cpp2752 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in findTypeLocationForBlockDecl()
/external/clang/tools/libclang/
DCIndex.cpp1556 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/
DCIndex.cpp1635 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()