| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Value.cpp | 22 return &IndVal1->getPointeeLoc() == &IndVal2->getPointeeLoc(); in areEquivalentIndirectionValues() 46 return OS << "Pointer(" << &cast<PointerValue>(Val).getPointeeLoc() << ")"; in operator <<()
|
| H A D | Transfer.cpp | 81 if (&LHSPtr->getPointeeLoc() == &RHSPtr->getPointeeLoc()) in evaluateBooleanEquality() 377 Env.setStorageLocation(*S, SubExprVal->getPointeeLoc()); in VisitUnaryOperator()
|
| H A D | DataflowEnvironment.cpp | 1235 return &cast<RecordStorageLocation>(Val->getPointeeLoc()); in getImplicitObjectLocation() 1249 return &cast<RecordStorageLocation>(Val->getPointeeLoc()); in getBaseObjectLocation()
|
| H A D | HTMLLogger.cpp | 104 "pointee", [&] { dump(cast<PointerValue>(V).getPointeeLoc()); }); in dump()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | FixitUtil.cpp | 48 PteTyLoc = TyLoc.castAs<PointerTypeLoc>().getPointeeLoc(); in getPointeeTypeText() 125 PtrTyLoc = TyLoc.castAs<ReferenceTypeLoc>().getPointeeLoc(); in getPointee2TypeText() 127 PteTyLoc = PtrTyLoc.castAs<PointerTypeLoc>().getPointeeLoc(); in getPointee2TypeText()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Comment.cpp | 139 return PointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs() 142 return ReferenceTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs() 147 return BlockPointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs() 149 return MemberPointerTL.getPointeeLoc().getUnqualifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()
|
| H A D | TypeLoc.cpp | 705 return Visit(T.getPointeeLoc()); in VisitPointerTypeLoc() 709 return Visit(T.getPointeeLoc()); in VisitBlockPointerTypeLoc() 713 return Visit(T.getPointeeLoc()); in VisitReferenceTypeLoc() 717 return Visit(T.getPointeeLoc()); in VisitMemberPointerTypeLoc()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | Value.h | 179 StorageLocation &getPointeeLoc() const { return PointeeLoc; } in getPointeeLoc() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 1268 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1271 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1274 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1277 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); }) 1286 TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); 1518 { TRY_TO(TraverseTypeLoc(TL.getPointeeLoc())); })
|
| H A D | TypeLoc.h | 1334 TypeLoc getPointeeLoc() const { in getPointeeLoc() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HeuristicResolver.cpp | 536 Target = P.getPointeeLoc(); in getFunctionProtoTypeLoc()
|
| H A D | SemaObjC.cpp | 355 ObjCObjectPointerTL.getPointeeLoc().castAs<ObjCObjectTypeLoc>(); in actOnObjCProtocolQualifierType() 426 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
|
| H A D | SemaLambda.cpp | 1746 PtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion() 1748 ConvNamePtrToFunctionTL.getPointeeLoc().getAs<FunctionProtoTypeLoc>(); in addFunctionPointerConversion()
|
| H A D | TreeTransform.h | 5532 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformPointerType() 5550 PointeeType != TL.getPointeeLoc().getType()) { in TransformPointerType() 5570 = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformBlockPointerType() 5576 PointeeType != TL.getPointeeLoc().getType()) { in TransformBlockPointerType() 5599 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformReferenceType() 5647 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformMemberPointerType() 8072 QualType PointeeType = getDerived().TransformType(TLB, TL.getPointeeLoc()); in TransformObjCObjectPointerType() 8078 PointeeType != TL.getPointeeLoc().getType()) { in TransformObjCObjectPointerType()
|
| H A D | SemaDecl.cpp | 6626 FixInvalidVariablyModifiedTypeLoc(SrcPTL.getPointeeLoc(), in FixInvalidVariablyModifiedTypeLoc() 6627 DstPTL.getPointeeLoc()); in FixInvalidVariablyModifiedTypeLoc()
|
| H A D | SemaCodeComplete.cpp | 3045 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in findTypeLocationForBlockDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 144 auto L = Visit(T.getPointeeLoc()); in HandlePointer() 1402 return TraverseTypeLoc(L.getPointeeLoc()); in TraverseMemberPointerTypeLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 430 return &PointerVal->getPointeeLoc(); in getLocBehindPossiblePointer()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6913 return PointeeMatcher.matches(Node.getPointeeLoc(), Finder, Builder); in AST_MATCHER_P() 6941 return ReferentMatcher.matches(Node.getPointeeLoc(), Finder, Builder); in AST_MATCHER_P()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 56 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in findTypeLocForBlockDecl()
|