Searched refs:ClsD (Results 1 – 4 of 4) sorted by relevance
43 class ClsD : public foo::ClsB { class45 ClsD& operator=(int x) { a = x; return *this; } in operator =()46 ClsD& operator=(double x) { a = (int) x; return *this; } in operator =()47 ClsD& operator=(const ClsD &x) { a = x.a; return *this; } in operator =()50 bool operator==(const ClsD &x) const { return a == x.a; } in operator ==()
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()
123 const ObjCInterfaceDecl *ClsD = dyn_cast<ObjCInterfaceDecl>(D); in getSymbolInfo() local124 if (!ClsD) in getSymbolInfo()125 ClsD = cast<ObjCImplementationDecl>(D)->getClassInterface(); in getSymbolInfo()126 if (isUnitTestCase(ClsD)) in getSymbolInfo()