Searched refs:getPointeeLoc (Results 1 – 17 of 17) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
| H A D | Value.cpp | 28 return &IndVal1->getPointeeLoc() == &IndVal2->getPointeeLoc(); in areEquivalentIndirectionValues() 47 return OS << "Pointer(" << &PV->getPointeeLoc() << ")"; in operator <<()
|
| H A D | Transfer.cpp | 386 SubExprVal->getPointeeLoc()))); in VisitUnaryOperator()
|
| H A D | DataflowEnvironment.cpp | 774 return Val->getPointeeLoc(); in skip()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Comment.cpp | 136 return PointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs() 139 return ReferenceTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs() 144 return BlockPointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs() 146 return MemberPointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()
|
| H A D | TypeLoc.cpp | 663 return Visit(T.getPointeeLoc()); in VisitPointerTypeLoc() 667 return Visit(T.getPointeeLoc()); in VisitBlockPointerTypeLoc() 671 return Visit(T.getPointeeLoc()); in VisitReferenceTypeLoc() 675 return Visit(T.getPointeeLoc()); in VisitMemberPointerTypeLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | TransGCAttrs.cpp | 77 TL = PT.getPointeeLoc(); in lookForAttribute() 79 TL = RT.getPointeeLoc(); in lookForAttribute()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | Value.h | 278 StorageLocation &getPointeeLoc() const { return PointeeLoc; } in getPointeeLoc() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 1215 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1218 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1221 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1224 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1233 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); 1449 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
|
| H A D | TypeLoc.h | 1240 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 1455 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion() 1457 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
|
| H A D | TreeTransform.h | 5112 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType() 5130 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType() 5150 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType() 5156 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType() 5179 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType() 5227 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType() 7375 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformObjCObjectPointerType() 7381 PointeeType != TL.getPointeeLoc().getType()) { in TransformObjCObjectPointerType()
|
| H A D | SemaType.cpp | 1113 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType() 1189 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
|
| H A D | SemaCodeComplete.cpp | 2846 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in findTypeLocationForBlockDecl() 6073 Target = P.getPointeeLoc(); in GetPrototypeLoc()
|
| H A D | SemaDecl.cpp | 6524 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc() 6525 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 150 auto L = Visit(T.getPointeeLoc()); in HandlePointer() 1409 return TraverseTypeLoc(L.getPointeeLoc()); in TraverseMemberPointerTypeLoc()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6593 return PointeeMatcher.matches(Node.getPointeeLoc(), Finder, Builder); in AST_MATCHER_P() 6621 return ReferentMatcher.matches(Node.getPointeeLoc(), Finder, Builder); in AST_MATCHER_P()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1719 return Visit(TL.getPointeeLoc()); in VisitObjCObjectPointerTypeLoc() 1731 return Visit(TL.getPointeeLoc()); in VisitPointerTypeLoc() 1735 return Visit(TL.getPointeeLoc()); in VisitBlockPointerTypeLoc() 1739 return Visit(TL.getPointeeLoc()); in VisitMemberPointerTypeLoc() 1743 return Visit(TL.getPointeeLoc()); in VisitLValueReferenceTypeLoc() 1747 return Visit(TL.getPointeeLoc()); in VisitRValueReferenceTypeLoc()
|