Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp87 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 DDereferenceChecker.cpp81 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); in AddDerefSource()
172 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); in reportBug()
H A DDirectIvarAssignment.cpp169 const ObjCIvarRefExpr *IvarRef = in VisitBinaryOperator()
170 dyn_cast<ObjCIvarRefExpr>(BO->getLHS()->IgnoreParenCasts()); in VisitBinaryOperator()
H A DObjCUnusedIVarsChecker.cpp37 if (const ObjCIvarRefExpr *Ex = dyn_cast<ObjCIvarRefExpr>(S)) { in Scan()
H A DObjCSelfInitChecker.cpp59 check::PostStmt<ObjCIvarRefExpr>,
73 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
197 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E, in checkPostStmt()
H A DIvarInvalidationChecker.cpp132 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 DTransZeroOutPropsInDealloc.cpp170 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar()
H A DTransProperties.cpp293 if (ObjCIvarRefExpr *RE = dyn_cast<ObjCIvarRefExpr>(lhs)) { in VisitBinAssign()
H A DTransRetainReleaseDealloc.cpp310 if (ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(E)) in getReferencedDecl()
H A DTransUnbridgedCasts.cpp185 if (isa<ObjCIvarRefExpr>(base) && in transformNonObjCToObjCCast()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h249 check::PostStmt<ObjCIvarRefExpr>,
303 void checkPostStmt(const ObjCIvarRefExpr *IRE, CheckerContext &C) const;
H A DRetainCountDiagnostics.cpp390 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 DClangForward.h84 class ObjCIvarRefExpr; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp94 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 DThreadSafetyCommon.cpp216 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 DScopeInfo.h49 class ObjCIvarRefExpr; variable
270 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp22 void ExprEngine::VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *Ex, in VisitLvalObjCIvarRefExpr()
H A DExplodedGraph.cpp55 isa<ObjCIvarRefExpr>(Ex); in isInterestingLValueExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h62 class ObjCIvarRefExpr; variable
476 void VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *DR, ExplodedNode *Pred,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTextNodeDumper.h269 void VisitObjCIvarRefExpr(const ObjCIvarRefExpr *Node);
H A DExprObjC.h513 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 DStmtNodes.td170 def ObjCIvarRefExpr : DStmt<Expr>;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h400 til::SExpr *translateObjCIVarRefExpr(const ObjCIvarRefExpr *IVRE,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp906 isa<ObjCIvarRefExpr>(Expr) || in subscriptOperatorNeedsParens()
933 isa<ObjCIvarRefExpr>(Expr) || in castOperatorNeedsParens()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexBody.cpp210 bool VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) { in VisitObjCIvarRefExpr()

123