Home
last modified time | relevance | path

Searched refs:ObjCIvarRefExpr (Results 1 – 25 of 58) sorted by relevance

123

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDScopeInfo.cpp90 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E); in getBaseInfo()
149 const ObjCIvarRefExpr *IvarE) in WeakObjectProfileTy()
194 else if (const ObjCIvarRefExpr *IvarE = dyn_cast<ObjCIvarRefExpr>(E)) in markSafeWeakUse()
HDSemaObjC.cpp803 if (ObjCIvarRefExpr *ref = dyn_cast<ObjCIvarRefExpr>(e)) { in findRetainCycleOwner()
884 void VisitObjCIvarRefExpr(ObjCIvarRefExpr *ref) { in VisitObjCIvarRefExpr()
1143 } else if (ObjCIvarRefExpr *IvarRE = dyn_cast<ObjCIvarRefExpr>(Receiver)) { in CheckObjCCircularContainer()
1144 if (ObjCIvarRefExpr *IvarArgRE = dyn_cast<ObjCIvarRefExpr>(Arg)) { in CheckObjCCircularContainer()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDereferenceChecker.cpp91 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); in AddDerefSource()
223 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); in reportBug()
HDObjCUnusedIVarsChecker.cpp37 if (const ObjCIvarRefExpr *Ex = dyn_cast<ObjCIvarRefExpr>(S)) { in Scan()
HDDirectIvarAssignment.cpp170 const ObjCIvarRefExpr *IvarRef = in VisitBinaryOperator()
171 dyn_cast<ObjCIvarRefExpr>(BO->getLHS()->IgnoreParenCasts()); in VisitBinaryOperator()
HDObjCSelfInitChecker.cpp58 check::PostStmt<ObjCIvarRefExpr>,
72 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
194 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt()
HDIvarInvalidationChecker.cpp131 void checkObjCIvarRefExpr(const ObjCIvarRefExpr *IvarRef);
585 const ObjCIvarRefExpr *IvarRef) { in checkObjCIvarRefExpr()
637 if (const ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) { in check()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransZeroOutPropsInDealloc.cpp167 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar()
HDTransProperties.cpp294 if (ObjCIvarRefExpr *RE = dyn_cast<ObjCIvarRefExpr>(lhs)) { in VisitBinaryOperator()
HDTransRetainReleaseDealloc.cpp309 if (ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(E)) in getReferencedDecl()
HDTransUnbridgedCasts.cpp183 if (isa<ObjCIvarRefExpr>(base) && in transformNonObjCToObjCCast()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDComputeDependence.h104 class ObjCIvarRefExpr; variable
200 ExprDependence computeDependence(ObjCIvarRefExpr *E);
HDExprObjC.h549 class ObjCIvarRefExpr : public Expr {
566 ObjCIvarRefExpr(ObjCIvarDecl *d, QualType t, SourceLocation l,
576 explicit ObjCIvarRefExpr(EmptyShell Empty) in ObjCIvarRefExpr() function
HDTextNodeDumper.h319 void VisitObjCIvarRefExpr(const ObjCIvarRefExpr *Node);
HDJSONNodeDumper.h323 void VisitObjCIvarRefExpr(const ObjCIvarRefExpr *OIRE);
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountChecker.h247 check::PostStmt<ObjCIvarRefExpr>,
301 void checkPostStmt(const ObjCIvarRefExpr *IRE, CheckerContext &C) const;
HDRetainCountDiagnostics.cpp504 if (isa<ObjCIvarRefExpr>(S) && in VisitNode()
531 } else if (isa<ObjCIvarRefExpr>(S)) { in VisitNode()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDBodyFarm.cpp98 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()
HDThreadSafetyCommon.cpp251 return translateObjCIVarRefExpr(cast<ObjCIvarRefExpr>(S), Ctx); in translate()
406 til::SExpr *SExprBuilder::translateObjCIVarRefExpr(const ObjCIvarRefExpr *IVRE, in translateObjCIVarRefExpr()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScopeInfo.h50 class ObjCIvarRefExpr; variable
297 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineObjC.cpp21 void ExprEngine::VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *Ex, in VisitLvalObjCIvarRefExpr()
HDExplodedGraph.cpp53 return isa<DeclRefExpr, MemberExpr, ObjCIvarRefExpr, ArraySubscriptExpr>(Ex); in isInterestingLValueExpr()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExprEngine.h66 class ObjCIvarRefExpr; variable
514 void VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *DR, ExplodedNode *Pred,
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDThreadSafetyCommon.h417 til::SExpr *translateObjCIVarRefExpr(const ObjCIvarRefExpr *IVRE,
/freebsd-14-stable/contrib/llvm-project/clang/lib/Edit/
HDRewriteObjCFoundationAPI.cpp902 isa<ObjCIvarRefExpr>(Expr) || in subscriptOperatorNeedsParens()
929 isa<ObjCIvarRefExpr>(Expr) || in castOperatorNeedsParens()

123