Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp523 const ObjCInterfaceDecl *BoxClass = nullptr; in VisitNode() local
525 BoxClass = Method->getClassInterface(); in VisitNode()
529 if (BoxClass) { in VisitNode()
530 os << *BoxClass << " b"; in VisitNode()