Searched defs:CatInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/c-index-test/
H A Dc-index-test.c2949 const CXIdxObjCCategoryDeclInfo *CatInfo; local
2998 if ((CatInfo = clang_index_getObjCCategoryDeclInfo(info))) {
3000 CatInfo->objcClass);
3002 PrintCursor(CatInfo->classCursor, NULL);
3004 printCXIndexLoc(CatInfo->classLoc, client_data);

Completed in 46 milliseconds