Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp760 CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCCategoryDeclInfo() local
761 return &CatInfo->ObjCCatDeclInfo; in clang_index_getObjCCategoryDeclInfo()
781 if (const ObjCCategoryDeclInfo *CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCProtocolRefListInfo() local
782 return CatInfo->ObjCCatDeclInfo.protocols; in clang_index_getObjCProtocolRefListInfo()
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c3747 const CXIdxObjCCategoryDeclInfo *CatInfo; in index_indexDeclaration() local
3796 if ((CatInfo = clang_index_getObjCCategoryDeclInfo(info))) { in index_indexDeclaration()
3798 CatInfo->objcClass); in index_indexDeclaration()
3800 PrintCursor(CatInfo->classCursor, NULL); in index_indexDeclaration()
3802 printCXIndexLoc(CatInfo->classLoc, client_data); in index_indexDeclaration()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp4217 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories() local
4218 CategoriesMap.push_back(CatInfo); in WriteObjCCategories()