Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp517 const ObjCInterfaceDecl *BoxClass = nullptr; in VisitNode() local
519 BoxClass = Method->getClassInterface(); in VisitNode()
523 if (BoxClass) { in VisitNode()
524 os << *BoxClass << " b"; in VisitNode()