Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp460 const char *IvarBind = "Ivar"; in potentiallyWritesIntoIvar() local
466 objcIvarRefExpr(hasDeclaration(equalsNode(Ivar))).bind(IvarBind)))); in potentiallyWritesIntoIvar()
470 auto IvarRef = Match.getNodeAs<ObjCIvarRefExpr>(IvarBind); in potentiallyWritesIntoIvar()