HomeSort by relevance Sort by last modified time
    Searched refs:ObjCCatDeclInfo (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
IndexingContext.cpp 452 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
454 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
455 CatDInfo.ObjCCatDeclInfo.classCursor =
458 CatDInfo.ObjCCatDeclInfo.objcClass = 0;
459 CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor();
461 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
463 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo;
482 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
484 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
485 CatDInfo.ObjCCatDeclInfo.classCursor
    [all...]
Indexing.cpp 600 return &CatInfo->ObjCCatDeclInfo;
621 return CatInfo->ObjCCatDeclInfo.protocols;
IndexingContext.h 174 CXIdxObjCCategoryDeclInfo ObjCCatDeclInfo;

Completed in 119 milliseconds