| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 88 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E); in getBaseInfo() 147 const ObjCIvarRefExpr *IvarE) in WeakObjectProfileTy() 192 else if (const ObjCIvarRefExpr *IvarE = dyn_cast<ObjCIvarRefExpr>(E)) in markSafeWeakUse()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DereferenceChecker.cpp | 89 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); in AddDerefSource() 216 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); in reportBug()
|
| H A D | DirectIvarAssignment.cpp | 170 const ObjCIvarRefExpr *IvarRef = in VisitBinaryOperator() 171 dyn_cast<ObjCIvarRefExpr>(BO->getLHS()->IgnoreParenCasts()); in VisitBinaryOperator()
|
| H A D | ObjCUnusedIVarsChecker.cpp | 36 if (const ObjCIvarRefExpr *Ex = dyn_cast<ObjCIvarRefExpr>(S)) { in Scan()
|
| H A D | ObjCSelfInitChecker.cpp | 58 check::PostStmt<ObjCIvarRefExpr>, 72 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const; 197 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt()
|
| H A D | IvarInvalidationChecker.cpp | 131 void checkObjCIvarRefExpr(const ObjCIvarRefExpr *IvarRef); 598 const ObjCIvarRefExpr *IvarRef) { in checkObjCIvarRefExpr() 650 if (const ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) { in check()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 167 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar()
|
| H A D | TransProperties.cpp | 294 if (ObjCIvarRefExpr *RE = dyn_cast<ObjCIvarRefExpr>(lhs)) { in VisitBinaryOperator()
|
| H A D | TransRetainReleaseDealloc.cpp | 309 if (ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(E)) in getReferencedDecl()
|
| H A D | TransUnbridgedCasts.cpp | 183 if (isa<ObjCIvarRefExpr>(base) && in transformNonObjCToObjCCast()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ComputeDependence.h | 103 class ObjCIvarRefExpr; variable 198 ExprDependence computeDependence(ObjCIvarRefExpr *E);
|
| H A D | ExprObjC.h | 548 class ObjCIvarRefExpr : public Expr { 563 ObjCIvarRefExpr(ObjCIvarDecl *d, QualType t, SourceLocation l, 573 explicit ObjCIvarRefExpr(EmptyShell Empty) in ObjCIvarRefExpr() function
|
| H A D | TextNodeDumper.h | 299 void VisitObjCIvarRefExpr(const ObjCIvarRefExpr *Node);
|
| H A D | JSONNodeDumper.h | 309 void VisitObjCIvarRefExpr(const ObjCIvarRefExpr *OIRE);
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 248 check::PostStmt<ObjCIvarRefExpr>, 302 void checkPostStmt(const ObjCIvarRefExpr *IRE, CheckerContext &C) const;
|
| H A D | RetainCountDiagnostics.cpp | 504 if (isa<ObjCIvarRefExpr>(S) && in VisitNode() 531 } else if (isa<ObjCIvarRefExpr>(S)) { in VisitNode()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 98 ObjCIvarRefExpr *makeObjCIvarRef(const Expr *Base, const ObjCIvarDecl *IVar); 207 ObjCIvarRefExpr *ASTMaker::makeObjCIvarRef(const Expr *Base, in makeObjCIvarRef() 209 return new (C) ObjCIvarRefExpr(const_cast<ObjCIvarDecl*>(IVar), in makeObjCIvarRef()
|
| H A D | ThreadSafetyCommon.cpp | 249 return translateObjCIVarRefExpr(cast<ObjCIvarRefExpr>(S), Ctx); in translate() 398 til::SExpr *SExprBuilder::translateObjCIVarRefExpr(const ObjCIvarRefExpr *IVRE, in translateObjCIVarRefExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 50 class ObjCIvarRefExpr; variable 288 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineObjC.cpp | 21 void ExprEngine::VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *Ex, in VisitLvalObjCIvarRefExpr()
|
| H A D | ExplodedGraph.cpp | 53 return isa<DeclRefExpr, MemberExpr, ObjCIvarRefExpr, ArraySubscriptExpr>(Ex); in isInterestingLValueExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 66 class ObjCIvarRefExpr; variable 522 void VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *DR, ExplodedNode *Pred,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 417 til::SExpr *translateObjCIVarRefExpr(const ObjCIvarRefExpr *IVRE,
|
| /openbsd-src/gnu/llvm/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 906 isa<ObjCIvarRefExpr>(Expr) || in subscriptOperatorNeedsParens() 933 isa<ObjCIvarRefExpr>(Expr) || in castOperatorNeedsParens()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexBody.cpp | 213 bool VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) { in VisitObjCIvarRefExpr()
|