Home
last modified time | relevance | path

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

/external/clang/test/Index/
Dusrs.cpp43 class ClsD : public foo::ClsB { class
45 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 ==()
/external/llvm-project/clang/test/Index/
Dusrs.cpp43 class ClsD : public foo::ClsB { class
45 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 ==()
/external/llvm-project/clang/lib/Index/
DIndexSymbol.cpp193 const ObjCInterfaceDecl *ClsD = dyn_cast<ObjCInterfaceDecl>(D); in getSymbolInfo() local
194 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() local
210 ClsD = CatD->getClassInterface(); in getSymbolInfo()
212 ClsD = cast<ObjCCategoryImplDecl>(D)->getClassInterface(); in getSymbolInfo()
213 if (isUnitTestCase(ClsD)) in getSymbolInfo()
/external/clang/lib/Index/
DIndexSymbol.cpp123 const ObjCInterfaceDecl *ClsD = dyn_cast<ObjCInterfaceDecl>(D); in getSymbolInfo() local
124 if (!ClsD) in getSymbolInfo()
125 ClsD = cast<ObjCImplementationDecl>(D)->getClassInterface(); in getSymbolInfo()
126 if (isUnitTestCase(ClsD)) in getSymbolInfo()