Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp77 TL = PT.getPointeeLoc(); in lookForAttribute()
79 TL = RT.getPointeeLoc(); in lookForAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1136 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1139 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1142 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1145 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1154 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
1357 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
H A DTypeLoc.h1208 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1416 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
1418 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
H A DTreeTransform.h4929 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType()
4947 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType()
4967 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType()
4973 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType()
4996 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType()
5044 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType()
7141 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformObjCObjectPointerType()
7147 PointeeType != TL.getPointeeLoc().getType()) { in TransformObjCObjectPointerType()
H A DSemaType.cpp1122 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()
1197 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
H A DSemaDecl.cpp6008 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()
6009 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
H A DSemaCodeComplete.cpp2804 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in findTypeLocationForBlockDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp149 auto L = Visit(T.getPointeeLoc()); in HandlePointer()
1404 return TraverseTypeLoc(L.getPointeeLoc()); in TraverseMemberPointerTypeLoc()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1637 return Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc()
1649 return Visit(TL.getPointeeLoc()); in VisitPointerTypeLoc()
1653 return Visit(TL.getPointeeLoc()); in VisitBlockPointerTypeLoc()
1657 return Visit(TL.getPointeeLoc()); in VisitMemberPointerTypeLoc()
1661 return Visit(TL.getPointeeLoc()); in VisitLValueReferenceTypeLoc()
1665 return Visit(TL.getPointeeLoc()); in VisitRValueReferenceTypeLoc()