Home
last modified time | relevance | path

Searched refs:getPointeeLoc (Results 1 – 10 of 10) 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/clang/lib/ARCMigrate/
DTransGCAttrs.cpp75 TL = PT.getPointeeLoc(); in lookForAttribute()
77 TL = RT.getPointeeLoc(); in lookForAttribute()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h1029 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1032 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1035 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1038 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1045 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
1205 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
DTypeLoc.h1115 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
/external/clang/lib/Sema/
DSemaLambda.cpp1220 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
1222 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
DTreeTransform.h4127 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType()
4145 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType()
4165 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType()
4171 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType()
4194 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType()
4242 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType()
5917 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformObjCObjectPointerType()
5923 PointeeType != TL.getPointeeLoc().getType()) { in TransformObjCObjectPointerType()
DSemaType.cpp1054 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()
1129 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
DSemaDecl.cpp5092 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()
5093 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
DSemaCodeComplete.cpp2217 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()
/external/clang/tools/libclang/
DCIndex.cpp1555 return Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc()
1563 return Visit(TL.getPointeeLoc()); in VisitPointerTypeLoc()
1567 return Visit(TL.getPointeeLoc()); in VisitBlockPointerTypeLoc()
1571 return Visit(TL.getPointeeLoc()); in VisitMemberPointerTypeLoc()
1575 return Visit(TL.getPointeeLoc()); in VisitLValueReferenceTypeLoc()
1579 return Visit(TL.getPointeeLoc()); in VisitRValueReferenceTypeLoc()