Home
last modified time | relevance | path

Searched refs:IvarRef (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp170 const ObjCIvarRefExpr *IvarRef = in VisitBinaryOperator() local
173 if (!IvarRef) in VisitBinaryOperator()
176 if (const ObjCIvarDecl *D = IvarRef->getDecl()) { in VisitBinaryOperator()
204 PathDiagnosticLocation(IvarRef, BR.getSourceManager(), DCtx)); in VisitBinaryOperator()
H A DIvarInvalidationChecker.cpp130 void checkObjCIvarRefExpr(const ObjCIvarRefExpr *IvarRef);
584 const ObjCIvarRefExpr *IvarRef) { in checkObjCIvarRefExpr() argument
585 if (const Decl *D = IvarRef->getDecl()) in checkObjCIvarRefExpr()
636 if (const ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) { in check() local
637 checkObjCIvarRefExpr(IvarRef); in check()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp146 } else if (const auto *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) { in getDerefExpr() local
147 E = IvarRef->getBase(); in getDerefExpr()
536 auto IvarRef = Match.getNodeAs<ObjCIvarRefExpr>(IvarBind); in potentiallyWritesIntoIvar() local
537 if (IvarRef->isFreeIvar()) in potentiallyWritesIntoIvar()
540 const Expr *Base = IvarRef->getBase(); in potentiallyWritesIntoIvar()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4145 if (ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) { in getSourceBitField() local
4146 FieldDecl *Ivar = IvarRef->getDecl(); in getSourceBitField()