Searched refs:ClsD (Results 1 – 1 of 1) sorted by relevance
193 const ObjCInterfaceDecl *ClsD = dyn_cast<ObjCInterfaceDecl>(D); in getSymbolInfo() local194 if (!ClsD) in getSymbolInfo()195 ClsD = cast<ObjCImplementationDecl>(D)->getClassInterface(); in getSymbolInfo()196 if (isUnitTestCase(ClsD)) in getSymbolInfo()208 const ObjCInterfaceDecl *ClsD = nullptr; in getSymbolInfo() local210 ClsD = CatD->getClassInterface(); in getSymbolInfo()212 ClsD = cast<ObjCCategoryImplDecl>(D)->getClassInterface(); in getSymbolInfo()213 if (isUnitTestCase(ClsD)) in getSymbolInfo()