| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 87 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E); in getBaseInfo() 161 const ObjCIvarRefExpr *IvarE) in WeakObjectProfileTy() 206 else if (const ObjCIvarRefExpr *IvarE = dyn_cast<ObjCIvarRefExpr>(E)) in markSafeWeakUse()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DereferenceChecker.cpp | 81 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); in AddDerefSource() 172 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); in reportBug()
|
| H A D | DirectIvarAssignment.cpp | 169 const ObjCIvarRefExpr *IvarRef = in VisitBinaryOperator() 170 dyn_cast<ObjCIvarRefExpr>(BO->getLHS()->IgnoreParenCasts()); in VisitBinaryOperator()
|
| H A D | ObjCUnusedIVarsChecker.cpp | 37 if (const ObjCIvarRefExpr *Ex = dyn_cast<ObjCIvarRefExpr>(S)) { in Scan()
|
| H A D | ObjCSelfInitChecker.cpp | 59 check::PostStmt<ObjCIvarRefExpr>, 73 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const; 197 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt()
|
| H A D | IvarInvalidationChecker.cpp | 132 void checkObjCIvarRefExpr(const ObjCIvarRefExpr *IvarRef); 600 const ObjCIvarRefExpr *IvarRef) { in checkObjCIvarRefExpr() 652 if (const ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) { in check()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 170 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar()
|
| H A D | TransProperties.cpp | 293 if (ObjCIvarRefExpr *RE = dyn_cast<ObjCIvarRefExpr>(lhs)) { in VisitBinAssign()
|
| H A D | TransRetainReleaseDealloc.cpp | 310 if (ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(E)) in getReferencedDecl()
|
| H A D | TransUnbridgedCasts.cpp | 185 if (isa<ObjCIvarRefExpr>(base) && in transformNonObjCToObjCCast()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.h | 249 check::PostStmt<ObjCIvarRefExpr>, 303 void checkPostStmt(const ObjCIvarRefExpr *IRE, CheckerContext &C) const;
|
| H A D | RetainCountDiagnostics.cpp | 390 if (isa<ObjCIvarRefExpr>(S) && in VisitNode() 417 } else if (isa<ObjCIvarRefExpr>(S)) { in VisitNode()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ClangForward.h | 84 class ObjCIvarRefExpr; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 94 ObjCIvarRefExpr *makeObjCIvarRef(const Expr *Base, const ObjCIvarDecl *IVar); 196 ObjCIvarRefExpr *ASTMaker::makeObjCIvarRef(const Expr *Base, in makeObjCIvarRef() 198 return new (C) ObjCIvarRefExpr(const_cast<ObjCIvarDecl*>(IVar), in makeObjCIvarRef()
|
| H A D | ThreadSafetyCommon.cpp | 216 return translateObjCIVarRefExpr(cast<ObjCIvarRefExpr>(S), Ctx); in translate() 357 til::SExpr *SExprBuilder::translateObjCIVarRefExpr(const ObjCIvarRefExpr *IVRE, in translateObjCIVarRefExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 49 class ObjCIvarRefExpr; variable 270 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineObjC.cpp | 22 void ExprEngine::VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *Ex, in VisitLvalObjCIvarRefExpr()
|
| H A D | ExplodedGraph.cpp | 55 isa<ObjCIvarRefExpr>(Ex); in isInterestingLValueExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 62 class ObjCIvarRefExpr; variable 476 void VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *DR, ExplodedNode *Pred,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 269 void VisitObjCIvarRefExpr(const ObjCIvarRefExpr *Node);
|
| H A D | ExprObjC.h | 513 class ObjCIvarRefExpr : public Expr { 528 ObjCIvarRefExpr(ObjCIvarDecl *d, QualType t, 540 explicit ObjCIvarRefExpr(EmptyShell Empty)
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 170 def ObjCIvarRefExpr : DStmt<Expr>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 400 til::SExpr *translateObjCIVarRefExpr(const ObjCIvarRefExpr *IVRE,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 906 isa<ObjCIvarRefExpr>(Expr) || in subscriptOperatorNeedsParens() 933 isa<ObjCIvarRefExpr>(Expr) || in castOperatorNeedsParens()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexBody.cpp | 210 bool VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) { in VisitObjCIvarRefExpr()
|