Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp403 const ObjCInterfaceDecl *BoxClass = nullptr; in VisitNode() local
405 BoxClass = Method->getClassInterface(); in VisitNode()
409 if (BoxClass) { in VisitNode()
410 os << *BoxClass << " b"; in VisitNode()