Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Index/
H A 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()