| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 63 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 D | SemaPseudoObject.cpp | 55 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 D | SemaFixItUtils.cpp | 82 isa<ObjCPropertyRefExpr>(Expr) || in tryToFixConversion()
|
| H A D | SemaExprObjC.cpp | 2007 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 D | SemaExprMember.cpp | 1500 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 D | SemaObjC.cpp | 832 ObjCPropertyRefExpr *pre = dyn_cast<ObjCPropertyRefExpr>( in findRetainCycleOwner()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 615 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 D | ComputeDependence.h | 105 class ObjCPropertyRefExpr; variable 203 ExprDependence computeDependence(ObjCPropertyRefExpr *E);
|
| H A D | StmtDataCollectors.td | 172 class ObjCPropertyRefExpr {
|
| H A D | TextNodeDumper.h | 318 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node);
|
| H A D | JSONNodeDumper.h | 325 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE);
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 134 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 D | ExprClassification.cpp | 298 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 D | ExprObjC.cpp | 93 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { in getReceiverType()
|
| H A D | Expr.cpp | 2606 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 D | ComputeDependence.cpp | 431 ExprDependence clang::computeDependence(ObjCPropertyRefExpr *E) { in computeDependence()
|
| H A D | JSONNodeDumper.cpp | 1303 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | Extract.cpp | 87 if (const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(Code[0])) { in initiate()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 254 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 D | ScopeInfo.h | 53 class ObjCPropertyRefExpr; variable 294 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 899 isa<ObjCPropertyRefExpr>(Expr) || in subscriptOperatorNeedsParens() 926 isa<ObjCPropertyRefExpr>(Expr) || in castOperatorNeedsParens()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 187 def ObjCPropertyRefExpr : StmtNode<Expr>;
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 444 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) override { in VisitObjCPropertyRefExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 1136 auto *RefExpr = cast<ObjCPropertyRefExpr>(Syntactic); in getAccessedProperty()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1537 void ASTStmtReader::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) { in VisitObjCPropertyRefExpr() 3456 S = new (Context) ObjCPropertyRefExpr(Empty); in ReadStmtFromStream()
|