Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp194 const ObjCInterfaceDecl *ClsD = dyn_cast<ObjCInterfaceDecl>(D); in getSymbolInfo() local
195 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() local
211 ClsD = CatD->getClassInterface(); in getSymbolInfo()
213 ClsD = cast<ObjCCategoryImplDecl>(D)->getClassInterface(); in getSymbolInfo()
214 if (isUnitTestCase(ClsD)) in getSymbolInfo()