Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp61 static const NamedDecl *getBestPropertyDecl(const ObjCPropertyRefExpr *PropE) { in getBestPropertyDecl()
94 const ObjCPropertyRefExpr *BaseProp = in getBaseInfo()
95 dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm()); in getBaseInfo()
132 const ObjCPropertyRefExpr *PropE) in WeakObjectProfileTy()
196 if (const ObjCPropertyRefExpr *RefExpr = dyn_cast<ObjCPropertyRefExpr>(E)) { in markSafeWeakUse()
H A DSemaPseudoObject.cpp63 return new (S.Context) ObjCPropertyRefExpr( in rebuildObjCPropertyRefExpr()
68 return new (S.Context) ObjCPropertyRefExpr( in rebuildObjCPropertyRefExpr()
109 if (auto *PRE = dyn_cast<ObjCPropertyRefExpr>(e)) in rebuild()
274 ObjCPropertyRefExpr *RefExpr;
275 ObjCPropertyRefExpr *SyntacticRefExpr;
722 if (ObjCPropertyRefExpr * in rebuildAndCaptureObject()
1539 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectRValue()
1540 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectRValue()
1571 if (ObjCPropertyRefExpr *refExpr in checkPseudoObjectIncDec()
1572 = dyn_cast<ObjCPropertyRefExpr>(opaqueRef)) { in checkPseudoObjectIncDec()
[all …]
H A DSemaFixItUtils.cpp83 isa<ObjCPropertyRefExpr>(Expr) || in tryToFixConversion()
H A DSemaExprObjC.cpp1829 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1833 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1845 return new (Context) ObjCPropertyRefExpr( in HandleExprPropertyRefExpr()
1850 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1915 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
1919 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr()
2072 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in ActOnClassPropertyRefExpr()
2076 return new (Context) ObjCPropertyRefExpr( in ActOnClassPropertyRefExpr()
3474 ACCResult VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *e) { in VisitObjCPropertyRefExpr()
3967 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) { in CheckObjCBridgeRelatedCast()
H A DSemaExprMember.cpp1488 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1504 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr()
1560 return new (S.Context) ObjCPropertyRefExpr( in LookupMemberExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp198 ObjCPropertyRefExpr *PropRefExp = in isZeroingPropIvar()
199 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParens()); in isZeroingPropIvar()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp136 void checkObjCPropertyRefExpr(const ObjCPropertyRefExpr *PA);
617 const ObjCPropertyRefExpr *PA) { in checkObjCPropertyRefExpr()
657 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E)) { in check()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h577 class ObjCPropertyRefExpr : public Expr {
611 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t,
622 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t,
633 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
644 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
654 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter,
664 explicit ObjCPropertyRefExpr(EmptyShell Empty)
H A DStmtDataCollectors.td173 class ObjCPropertyRefExpr {
H A DTextNodeDumper.h267 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node);
H A DExpr.h49 class ObjCPropertyRefExpr; variable
459 const ObjCPropertyRefExpr *getObjCProperty() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp253 if (isa<ObjCPropertyRefExpr>(Op)) in ClassifyInternal()
489 if (isa<ObjCPropertyRefExpr>(Base)) in ClassifyMemberExpr()
515 if (isa<ObjCPropertyRefExpr>(Base)) in ClassifyMemberExpr()
623 if (const auto *Expr = dyn_cast<ObjCPropertyRefExpr>(E)) { in IsModifiable()
H A DExprObjC.cpp113 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { in getReceiverType()
H A DTextNodeDumper.cpp956 void TextNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node) { in VisitObjCPropertyRefExpr()
H A DExpr.cpp2809 if (!isa<ObjCPropertyRefExpr>(E)) in isTemporaryObject()
3557 const ObjCPropertyRefExpr *Expr::getObjCProperty() const { in getObjCProperty()
3574 return cast<ObjCPropertyRefExpr>(E); in getObjCProperty()
H A DStmtProfile.cpp1913 void StmtProfiler::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *S) { in VisitObjCPropertyRefExpr()
H A DStmtPrinter.cpp970 void StmtPrinter::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *Node) { in VisitObjCPropertyRefExpr()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h87 class ObjCPropertyRefExpr; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp87 if (const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(Code[0])) { in initiate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexBody.cpp239 const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(E); in VisitObjCMessageExpr()
289 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) { in VisitObjCPropertyRefExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h52 class ObjCPropertyRefExpr; variable
267 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DStmtNodes.td171 def ObjCPropertyRefExpr : DStmt<Expr>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp903 isa<ObjCPropertyRefExpr>(Expr) || in subscriptOperatorNeedsParens()
930 isa<ObjCPropertyRefExpr>(Expr) || in castOperatorNeedsParens()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1071 auto *RefExpr = cast<ObjCPropertyRefExpr>(Syntactic); in getAccessedProperty()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1151 void ASTStmtReader::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) { in VisitObjCPropertyRefExpr()
2718 S = new (Context) ObjCPropertyRefExpr(Empty); in ReadStmtFromStream()

12