Searched refs:ClsD (Results 1 – 1 of 1) sorted by relevance
194 const ObjCInterfaceDecl *ClsD = dyn_cast<ObjCInterfaceDecl>(D); in getSymbolInfo() local195 if (!ClsD) in getSymbolInfo()196 ClsD = cast<ObjCImplementationDecl>(D)->getClassInterface(); in getSymbolInfo()197 if (isUnitTestCase(ClsD)) in getSymbolInfo()209 const ObjCInterfaceDecl *ClsD = nullptr; in getSymbolInfo() local211 ClsD = CatD->getClassInterface(); in getSymbolInfo()213 ClsD = cast<ObjCCategoryImplDecl>(D)->getClassInterface(); in getSymbolInfo()214 if (isUnitTestCase(ClsD)) in getSymbolInfo()