Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DValue.cpp28 return &IndVal1->getPointeeLoc() == &IndVal2->getPointeeLoc(); in areEquivalentIndirectionValues()
47 return OS << "Pointer(" << &PV->getPointeeLoc() << ")"; in operator <<()
H A DTransfer.cpp386 SubExprVal->getPointeeLoc()))); in VisitUnaryOperator()
H A DDataflowEnvironment.cpp774 return Val->getPointeeLoc(); in skip()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComment.cpp136 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 DTypeLoc.cpp663 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 DTransGCAttrs.cpp77 TL = PT.getPointeeLoc(); in lookForAttribute()
79 TL = RT.getPointeeLoc(); in lookForAttribute()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h278 StorageLocation &getPointeeLoc() const { return PointeeLoc; } in getPointeeLoc() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1215 { 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 DTypeLoc.h1240 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1455 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
1457 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
H A DTreeTransform.h5112 = 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 DSemaType.cpp1113 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()
1189 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
H A DSemaCodeComplete.cpp2846 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in findTypeLocationForBlockDecl()
6073 Target = P.getPointeeLoc(); in GetPrototypeLoc()
H A DSemaDecl.cpp6524 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc()
6525 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp150 auto L = Visit(T.getPointeeLoc()); in HandlePointer()
1409 return TraverseTypeLoc(L.getPointeeLoc()); in TraverseMemberPointerTypeLoc()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6593 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 DCIndex.cpp1719 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()