Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp127 return PointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()
130 return ReferenceTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()
135 return BlockPointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()
137 return MemberPointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp75 TL = PT.getPointeeLoc(); in lookForAttribute()
77 TL = RT.getPointeeLoc(); in lookForAttribute()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1155 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1158 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1161 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1164 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
1171 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc()));
1353 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
H A DTypeLoc.h1184 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1277 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
1279 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
H A DTreeTransform.h4469 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType()
4487 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType()
4507 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType()
4513 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType()
4536 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType()
4584 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType()
6480 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformObjCObjectPointerType()
6486 PointeeType != TL.getPointeeLoc().getType()) { in TransformObjCObjectPointerType()
H A DSemaType.cpp1087 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()
1162 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
H A DSemaDecl.cpp5603 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()
5604 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
H A DSemaCodeComplete.cpp2394 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in findTypeLocationForBlockDecl()