Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1935 const ObjCInterfaceDecl *BoxClass = nullptr; in VisitNode() local
1937 BoxClass = Method->getClassInterface(); in VisitNode()
1941 if (BoxClass) in VisitNode()
1942 os << *BoxClass << " b"; in VisitNode()