Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexing.cpp599 CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCCategoryDeclInfo() local
600 return &CatInfo->ObjCCatDeclInfo; in clang_index_getObjCCategoryDeclInfo()
620 if (const ObjCCategoryDeclInfo *CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCProtocolRefListInfo() local
621 return CatInfo->ObjCCatDeclInfo.protocols; in clang_index_getObjCProtocolRefListInfo()
/external/clang/tools/c-index-test/
Dc-index-test.c1892 const CXIdxObjCCategoryDeclInfo *CatInfo; in index_indexDeclaration() local
1936 if ((CatInfo = clang_index_getObjCCategoryDeclInfo(info))) { in index_indexDeclaration()
1938 CatInfo->objcClass); in index_indexDeclaration()
1940 PrintCursor(CatInfo->classCursor); in index_indexDeclaration()
1942 printCXIndexLoc(CatInfo->classLoc, client_data); in index_indexDeclaration()
/external/clang/lib/Serialization/
DASTWriter.cpp3016 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories() local
3017 CategoriesMap.push_back(CatInfo); in WriteObjCCategories()