| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | ScopeInfo.cpp | 60 static const NamedDecl *getBestPropertyDecl(const ObjCPropertyRefExpr *PropE) { in getBestPropertyDecl() 93 const ObjCPropertyRefExpr *BaseProp = in getBaseInfo() 94 dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm()); in getBaseInfo() 116 const ObjCPropertyRefExpr *PropE) in WeakObjectProfileTy() 180 if (const ObjCPropertyRefExpr *RefExpr = dyn_cast<ObjCPropertyRefExpr>(E)) { in markSafeWeakUse()
|
| HD | 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() 272 ObjCPropertyRefExpr *RefExpr; 273 ObjCPropertyRefExpr *SyntacticRefExpr; 282 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr, bool IsUnique) in ObjCPropertyOpBuilder() 556 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType() 720 if (ObjCPropertyRefExpr * in rebuildAndCaptureObject() 721 refE = dyn_cast<ObjCPropertyRefExpr>(syntacticBase->IgnoreParens())) in rebuildAndCaptureObject() [all …]
|
| HD | SemaFixItUtils.cpp | 82 isa<ObjCPropertyRefExpr>(Expr) || in tryToFixConversion()
|
| HD | SemaExprObjC.cpp | 1881 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 1885 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 1897 return new (Context) ObjCPropertyRefExpr( in HandleExprPropertyRefExpr() 1902 ObjCPropertyRefExpr(PD, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 1967 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 1971 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in HandleExprPropertyRefExpr() 2123 ObjCPropertyRefExpr(Getter, Setter, Context.PseudoObjectTy, VK_LValue, in ActOnClassPropertyRefExpr() 2127 return new (Context) ObjCPropertyRefExpr( in ActOnClassPropertyRefExpr() 3548 ACCResult VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *e) { in VisitObjCPropertyRefExpr() 4041 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(castExpr)) { in CheckObjCBridgeRelatedCast()
|
| HD | SemaExprMember.cpp | 1517 ObjCPropertyRefExpr(PD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr() 1533 ObjCPropertyRefExpr(OMD, SMD, S.Context.PseudoObjectTy, VK_LValue, in LookupMemberExpr() 1589 return new (S.Context) ObjCPropertyRefExpr( in LookupMemberExpr()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | TransZeroOutPropsInDealloc.cpp | 197 ObjCPropertyRefExpr *PropRefExp = in isZeroingPropIvar() 198 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParens()); in isZeroingPropIvar()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | ExprObjC.h | 614 class ObjCPropertyRefExpr : public Expr { 648 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, in ObjCPropertyRefExpr() function 659 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, in ObjCPropertyRefExpr() function 670 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function 681 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function 691 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function 701 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr() function 799 auto Children = const_cast<ObjCPropertyRefExpr *>(this)->children(); in children()
|
| HD | StmtDataCollectors.td | 173 class ObjCPropertyRefExpr {
|
| HD | TextNodeDumper.h | 272 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node);
|
| HD | JSONNodeDumper.h | 293 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE);
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | IvarInvalidationChecker.cpp | 135 void checkObjCPropertyRefExpr(const ObjCPropertyRefExpr *PA); 616 const ObjCPropertyRefExpr *PA) { in checkObjCPropertyRefExpr() 656 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E)) { in check()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ExprClassification.cpp | 255 if (isa<ObjCPropertyRefExpr>(Op)) in ClassifyInternal() 496 if (isa<ObjCPropertyRefExpr>(Base)) in ClassifyMemberExpr() 522 if (isa<ObjCPropertyRefExpr>(Base)) in ClassifyMemberExpr() 630 if (const auto *Expr = dyn_cast<ObjCPropertyRefExpr>(E)) { in IsModifiable()
|
| HD | ExprObjC.cpp | 112 QualType ObjCPropertyRefExpr::getReceiverType(const ASTContext &ctx) const { in getReceiverType()
|
| HD | Expr.cpp | 3104 if (!isa<ObjCPropertyRefExpr>(E)) in isTemporaryObject() 3862 const ObjCPropertyRefExpr *Expr::getObjCProperty() const { in getObjCProperty() 3879 return cast<ObjCPropertyRefExpr>(E); in getObjCProperty()
|
| HD | TextNodeDumper.cpp | 1012 void TextNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *Node) { in VisitObjCPropertyRefExpr()
|
| HD | JSONNodeDumper.cpp | 1100 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr()
|
| HD | StmtProfile.cpp | 2031 void StmtProfiler::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *S) { in VisitObjCPropertyRefExpr()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| HD | ClangForward.h | 85 class ObjCPropertyRefExpr; variable
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
| HD | Extract.cpp | 86 if (const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(Code[0])) { in initiate()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Index/ |
| HD | IndexBody.cpp | 238 const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(E); in VisitObjCMessageExpr() 288 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) { in VisitObjCPropertyRefExpr()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | ScopeInfo.h | 53 class ObjCPropertyRefExpr; variable 268 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Edit/ |
| HD | RewriteObjCFoundationAPI.cpp | 902 isa<ObjCPropertyRefExpr>(Expr) || in subscriptOperatorNeedsParens() 929 isa<ObjCPropertyRefExpr>(Expr) || in castOperatorNeedsParens()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 179 def ObjCPropertyRefExpr : StmtNode<Expr>;
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | CallEvent.cpp | 1089 auto *RefExpr = cast<ObjCPropertyRefExpr>(Syntactic); in getAccessedProperty()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 1366 void ASTStmtReader::VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *E) { in VisitObjCPropertyRefExpr() 2967 S = new (Context) ObjCPropertyRefExpr(Empty); in ReadStmtFromStream()
|