/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 64 static const NamedDecl *getBestPropertyDecl(const ObjCPropertyRefExpr *PropE) { in getBestPropertyDecl() 97 const ObjCPropertyRefExpr *BaseProp = in getBaseInfo() 98 dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm()); in getBaseInfo() 120 const ObjCPropertyRefExpr *PropE) in WeakObjectProfileTy() 184 if (const ObjCPropertyRefExpr *RefExpr = dyn_cast<ObjCPropertyRefExpr>(E)) { in markSafeWeakUse()
|
H A D | SemaPseudoObject.cpp | 57 Expr *rebuildObjCPropertyRefExpr(ObjCPropertyRefExpr *refExpr) { in rebuildObjCPropertyRefExpr() 64 return new (S.Context) ObjCPropertyRefExpr( in rebuildObjCPropertyRefExpr() 69 return new (S.Context) ObjCPropertyRefExpr( in rebuildObjCPropertyRefExpr() 110 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) in rebuild() 272 ObjCPropertyRefExpr *RefExpr; 273 ObjCPropertyRefExpr *SyntacticRefExpr; 282 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr, bool IsUnique) in ObjCPropertyOpBuilder() 555 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType() 721 if (ObjCPropertyRefExpr * in rebuildAndCaptureObject() 722 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 | 2019 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 2023 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 2035 return new (Context) ObjCPropertyRefExpr( in HandleExprPropertyRefExpr() 2040 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 2105 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 2109 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 2261 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in ActOnClassPropertyRefExpr() 2265 return new (Context) ObjCPropertyRefExpr( in ActOnClassPropertyRefExpr() 3707 ACCResult VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *e) { in VisitObjCPropertyRefExpr() 4195 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) { in CheckObjCBridgeRelatedCast()
|
H A D | SemaExprMember.cpp | 1565 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr() 1581 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr() 1637 return new (S.Context) ObjCPropertyRefExpr( in LookupMemberExpr()
|
H A D | SemaObjC.cpp | 836 ObjCPropertyRefExpr *pre = dyn_cast<ObjCPropertyRefExpr>( in findRetainCycleOwner()
|
H A D | SemaAvailability.cpp | 801 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *PRE) { return true; } in VisitObjCPropertyRefExpr()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 195 ObjCPropertyRefExpr *PropRefExp = in isZeroingPropIvar() 196 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParens()); in isZeroingPropIvar()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 105 class ObjCPropertyRefExpr; variable 201 ExprDependence computeDependence(ObjCPropertyRefExpr *E);
|
H A D | StmtDataCollectors.td | 173 class ObjCPropertyRefExpr {
|
H A D | TextNodeDumper.h | 317 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node);
|
H A D | JSONNodeDumper.h | 321 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE);
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprClassification.cpp | 284 if (isa<ObjCPropertyRefExpr>(Op)) in ClassifyInternal() 537 if (isa<ObjCPropertyRefExpr>(Base)) in ClassifyMemberExpr() 563 if (isa<ObjCPropertyRefExpr>(Base)) in ClassifyMemberExpr() 676 if (const auto *Expr = dyn_cast<ObjCPropertyRefExpr>(E)) { in IsModifiable()
|
H A D | ExprObjC.cpp | 96 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { in getReceiverType()
|
H A D | Expr.cpp | 2589 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>(POE->getSyntacticForm())) in isReadIfDiscardedInCPlusPlus11() 2851 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>( in isUnusedResultAWarning() 3213 if (!isa<ObjCPropertyRefExpr>(E)) in isTemporaryObject() 4065 const ObjCPropertyRefExpr *Expr::getObjCProperty() const { in getObjCProperty() 4081 return cast<ObjCPropertyRefExpr>(E); in getObjCProperty()
|
H A D | ComputeDependence.cpp | 429 ExprDependence clang::computeDependence(ObjCPropertyRefExpr *E) { in computeDependence()
|
H A D | JSONNodeDumper.cpp | 1295 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 | 256 const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(E); in VisitObjCMessageExpr() 306 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 | 186 def ObjCPropertyRefExpr : StmtNode<Expr>;
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 446 bool VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *E) { in VisitObjCPropertyRefExpr()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 1116 auto *RefExpr = cast<ObjCPropertyRefExpr>(Syntactic); in getAccessedProperty()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1518 void ASTStmtReader::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) { in VisitObjCPropertyRefExpr() 3325 S = new (Context) ObjCPropertyRefExpr(Empty); in ReadStmtFromStream()
|