Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexing.cpp729 CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCCategoryDeclInfo() local
730 return &CatInfo->ObjCCatDeclInfo; in clang_index_getObjCCategoryDeclInfo()
750 if (const ObjCCategoryDeclInfo *CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCProtocolRefListInfo() local
751 return CatInfo->ObjCCatDeclInfo.protocols; in clang_index_getObjCProtocolRefListInfo()
/external/clang/tools/c-index-test/
Dc-index-test.c3164 const CXIdxObjCCategoryDeclInfo *CatInfo; in index_indexDeclaration() local
3213 if ((CatInfo = clang_index_getObjCCategoryDeclInfo(info))) { in index_indexDeclaration()
3215 CatInfo->objcClass); in index_indexDeclaration()
3217 PrintCursor(CatInfo->classCursor, NULL); in index_indexDeclaration()
3219 printCXIndexLoc(CatInfo->classLoc, client_data); in index_indexDeclaration()
/external/clang/lib/Serialization/
DASTWriter.cpp3864 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories() local
3865 CategoriesMap.push_back(CatInfo); in WriteObjCCategories()