Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp131 void checkObjCIvarRefExpr(const ObjCIvarRefExpr *IvarRef);
599 const ObjCIvarRefExpr *IvarRef) { in checkObjCIvarRefExpr() argument
600 if (const Decl *D = IvarRef->getDecl()) in checkObjCIvarRefExpr()
651 if (const ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) { in check() local
652 checkObjCIvarRefExpr(IvarRef); in check()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp132 } else if (const auto *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) { in getDerefExpr() local
133 E = IvarRef->getBase(); in getDerefExpr()
470 auto IvarRef = Match.getNodeAs<ObjCIvarRefExpr>(IvarBind); in potentiallyWritesIntoIvar() local
471 if (IvarRef->isFreeIvar()) in potentiallyWritesIntoIvar()
474 const Expr *Base = IvarRef->getBase(); in potentiallyWritesIntoIvar()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp3858 if (ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) { in getSourceBitField() local
3859 FieldDecl *Ivar = IvarRef->getDecl(); in getSourceBitField()