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.cpp64 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 DSemaPseudoObject.cpp57 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 DSemaFixItUtils.cpp82 isa<ObjCPropertyRefExpr>(Expr) || in tryToFixConversion()
H A DSemaExprObjC.cpp2019 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 DSemaExprMember.cpp1565 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 DSemaObjC.cpp836 ObjCPropertyRefExpr *pre = dyn_cast<ObjCPropertyRefExpr>( in findRetainCycleOwner()
H A DSemaAvailability.cpp801 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *PRE) { return true; } in VisitObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp195 ObjCPropertyRefExpr *PropRefExp = in isZeroingPropIvar()
196 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParens()); in isZeroingPropIvar()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h105 class ObjCPropertyRefExpr; variable
201 ExprDependence computeDependence(ObjCPropertyRefExpr *E);
H A DStmtDataCollectors.td173 class ObjCPropertyRefExpr {
H A DTextNodeDumper.h317 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node);
H A DJSONNodeDumper.h321 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp284 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 DExprObjC.cpp96 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { in getReceiverType()
H A DExpr.cpp2589 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 DComputeDependence.cpp429 ExprDependence clang::computeDependence(ObjCPropertyRefExpr *E) { in computeDependence()
H A DJSONNodeDumper.cpp1295 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.cpp256 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 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.td186 def ObjCPropertyRefExpr : StmtNode<Expr>;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp446 bool VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *E) { in VisitObjCPropertyRefExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1116 auto *RefExpr = cast<ObjCPropertyRefExpr>(Syntactic); in getAccessedProperty()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1518 void ASTStmtReader::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) { in VisitObjCPropertyRefExpr()
3325 S = new (Context) ObjCPropertyRefExpr(Empty); in ReadStmtFromStream()

12