Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1911 const ObjCInterfaceDecl *BoxClass = nullptr; in VisitNode() local
1913 BoxClass = Method->getClassInterface(); in VisitNode()
1917 if (BoxClass) in VisitNode()
1918 os << *BoxClass << " b"; in VisitNode()