Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DComment.cpp251 TL = PointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
256 TL = BlockPointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
261 TL = MemberPointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DTransGCAttrs.cpp75 TL = PT.getPointeeLoc(); in lookForAttribute()
77 TL = RT.getPointeeLoc(); in lookForAttribute()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DRecursiveASTVisitor.h1064 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
1068 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
1072 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
1076 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
1084 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
1245 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
DTypeLoc.h1030 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLambda.cpp1134 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
1136 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
DTreeTransform.h3716 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType()
3734 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType()
3754 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType()
3760 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType()
3783 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType()
3831 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType()
DSemaType.cpp3541 Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc()
DSemaDecl.cpp4489 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()
4490 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
DSemaCodeComplete.cpp2179 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()