Home
last modified time | relevance | path

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

12

/freebsd/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.cpp55 Expr *rebuildObjCPropertyRefExpr(ObjCPropertyRefExpr *refExpr) { in rebuildObjCPropertyRefExpr()
62 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;
280 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr, bool IsUnique) in ObjCPropertyOpBuilder()
553 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType()
719 if (ObjCPropertyRefExpr * in rebuildAndCaptureObject()
720 refE = dyn_cast<ObjCPropertyRefExpr>(syntacticBase->IgnoreParens())) in rebuildAndCaptureObject()
[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()
2093 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2097 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()
3697 ACCResult VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *e) { in VisitObjCPropertyRefExpr()
4185 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) { in CheckObjCBridgeRelatedCast()
H A DSemaExprMember.cpp1500 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1516 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1572 return new (S.Context) ObjCPropertyRefExpr( in LookupMemberExpr()
H A DSemaObjC.cpp832 ObjCPropertyRefExpr *pre = dyn_cast<ObjCPropertyRefExpr>( in findRetainCycleOwner()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h615 class ObjCPropertyRefExpr : public Expr {
649 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, in ObjCPropertyRefExpr() function
657 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, in ObjCPropertyRefExpr() function
666 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function
676 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function
687 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function
698 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr() function
792 auto Children = const_cast<ObjCPropertyRefExpr *>(this)->children(); in children()
H A DComputeDependence.h105 class ObjCPropertyRefExpr; variable
203 ExprDependence computeDependence(ObjCPropertyRefExpr *E);
H A DStmtDataCollectors.td172 class ObjCPropertyRefExpr {
H A DTextNodeDumper.h318 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node);
H A DJSONNodeDumper.h325 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp134 void checkObjCPropertyRefExpr(const ObjCPropertyRefExpr *PA);
601 const ObjCPropertyRefExpr *PA) { in checkObjCPropertyRefExpr()
641 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E)) { in check()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp298 if (isa<ObjCPropertyRefExpr>(Op)) in ClassifyInternal()
553 if (isa<ObjCPropertyRefExpr>(Base)) in ClassifyMemberExpr()
579 if (isa<ObjCPropertyRefExpr>(Base)) in ClassifyMemberExpr()
692 if (const auto *Expr = dyn_cast<ObjCPropertyRefExpr>(E)) { in IsModifiable()
H A DExprObjC.cpp93 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { in getReceiverType()
H A DExpr.cpp2606 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>(POE->getSyntacticForm())) in isReadIfDiscardedInCPlusPlus11()
2868 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>( in isUnusedResultAWarning()
3233 if (!isa<ObjCPropertyRefExpr>(E)) in isTemporaryObject()
4092 const ObjCPropertyRefExpr *Expr::getObjCProperty() const { in getObjCProperty()
4108 return cast<ObjCPropertyRefExpr>(E); in getObjCProperty()
H A DComputeDependence.cpp431 ExprDependence clang::computeDependence(ObjCPropertyRefExpr *E) { in computeDependence()
H A DJSONNodeDumper.cpp1303 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp87 if (const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(Code[0])) { in initiate()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp254 const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(E); in VisitObjCMessageExpr()
304 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) { in VisitObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h53 class ObjCPropertyRefExpr; variable
294 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp899 isa<ObjCPropertyRefExpr>(Expr) || in subscriptOperatorNeedsParens()
926 isa<ObjCPropertyRefExpr>(Expr) || in castOperatorNeedsParens()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td187 def ObjCPropertyRefExpr : StmtNode<Expr>;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp444 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) override { in VisitObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1136 auto *RefExpr = cast<ObjCPropertyRefExpr>(Syntactic); in getAccessedProperty()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1537 void ASTStmtReader::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) { in VisitObjCPropertyRefExpr()
3456 S = new (Context) ObjCPropertyRefExpr(Empty); in ReadStmtFromStream()

12