Home
last modified time | relevance | path

Searched refs:ObjCPropertyRefExpr (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp63 static const NamedDecl *getBestPropertyDecl(const ObjCPropertyRefExpr *PropE) { in getBestPropertyDecl()
96 const ObjCPropertyRefExpr *BaseProp = in getBaseInfo()
97 dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm()); in getBaseInfo()
119 const ObjCPropertyRefExpr *PropE) in WeakObjectProfileTy()
183 if (const ObjCPropertyRefExpr *RefExpr = dyn_cast<ObjCPropertyRefExpr>(E)) { in markSafeWeakUse()
H A DSemaPseudoObject.cpp62 return new (S.Context) ObjCPropertyRefExpr( in rebuildObjCPropertyRefExpr()
67 return new (S.Context) ObjCPropertyRefExpr( in rebuildObjCPropertyRefExpr()
108 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) in rebuild()
270 ObjCPropertyRefExpr *RefExpr;
271 ObjCPropertyRefExpr *SyntacticRefExpr;
717 if (ObjCPropertyRefExpr * in rebuildAndCaptureObject()
1535 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectRValue()
1536 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectRValue()
1568 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectIncDec()
1569 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectIncDec()
[all …]
H A DSemaFixItUtils.cpp82 isa<ObjCPropertyRefExpr>(Expr) || in tryToFixConversion()
H A DSemaExprObjC.cpp2007 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2011 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2023 return new (Context) ObjCPropertyRefExpr( in HandleExprPropertyRefExpr()
2028 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2094 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2098 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2250 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in ActOnClassPropertyRefExpr()
2254 return new (Context) ObjCPropertyRefExpr( in ActOnClassPropertyRefExpr()
3699 ACCResult VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *e) { in VisitObjCPropertyRefExpr()
4188 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) { in CheckObjCBridgeRelatedCast()
H A DSemaExprMember.cpp1552 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1568 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1624 return new (S.Context) ObjCPropertyRefExpr( in LookupMemberExpr()
H A DSemaAvailability.cpp724 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *PRE) { return true; } in VisitObjCPropertyRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp195 ObjCPropertyRefExpr *PropRefExp = in isZeroingPropIvar()
196 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParens()); in isZeroingPropIvar()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h617 class ObjCPropertyRefExpr : public Expr {
651 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, in ObjCPropertyRefExpr() function
659 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, in ObjCPropertyRefExpr() function
668 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function
678 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function
689 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function
700 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr() function
798 auto Children = const_cast<ObjCPropertyRefExpr *>(this)->children(); in children()
H A DComputeDependence.h104 class ObjCPropertyRefExpr; variable
199 ExprDependence computeDependence(ObjCPropertyRefExpr *E);
H A DStmtDataCollectors.td173 class ObjCPropertyRefExpr {
H A DTextNodeDumper.h306 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node);
H A DJSONNodeDumper.h316 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE);
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp135 void checkObjCPropertyRefExpr(const ObjCPropertyRefExpr *PA);
602 const ObjCPropertyRefExpr *PA) { in checkObjCPropertyRefExpr()
642 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E)) { in check()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp271 if (isa<ObjCPropertyRefExpr>(Op)) in ClassifyInternal()
524 if (isa<ObjCPropertyRefExpr>(Base)) in ClassifyMemberExpr()
550 if (isa<ObjCPropertyRefExpr>(Base)) in ClassifyMemberExpr()
663 if (const auto *Expr = dyn_cast<ObjCPropertyRefExpr>(E)) { in IsModifiable()
H A DExprObjC.cpp96 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { in getReceiverType()
H A DExpr.cpp2553 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>(POE->getSyntacticForm())) in isReadIfDiscardedInCPlusPlus11()
2815 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>( in isUnusedResultAWarning()
3177 if (!isa<ObjCPropertyRefExpr>(E)) in isTemporaryObject()
3990 const ObjCPropertyRefExpr *Expr::getObjCProperty() const { in getObjCProperty()
4006 return cast<ObjCPropertyRefExpr>(E); in getObjCProperty()
H A DComputeDependence.cpp397 ExprDependence clang::computeDependence(ObjCPropertyRefExpr *E) { in computeDependence()
H A DJSONNodeDumper.cpp1260 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp87 if (const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(Code[0])) { in initiate()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp256 const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(E); in VisitObjCMessageExpr()
306 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) { in VisitObjCPropertyRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h53 class ObjCPropertyRefExpr; variable
291 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
/freebsd-14.2/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp903 isa<ObjCPropertyRefExpr>(Expr) || in subscriptOperatorNeedsParens()
930 isa<ObjCPropertyRefExpr>(Expr) || in castOperatorNeedsParens()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td185 def ObjCPropertyRefExpr : StmtNode<Expr>;
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp446 bool VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *E) { in VisitObjCPropertyRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1116 auto *RefExpr = cast<ObjCPropertyRefExpr>(Syntactic); in getAccessedProperty()

12