HomeSort by: relevance | last modified time | path
    Searched refs:ObjCCatDeclInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 757 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
759 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
760 CatDInfo.ObjCCatDeclInfo.classCursor =
763 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr;
764 CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor();
766 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
768 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo;
787 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
789 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
790 CatDInfo.ObjCCatDeclInfo.classCursor
    [all...]
CXIndexDataConsumer.h 173 CXIdxObjCCategoryDeclInfo ObjCCatDeclInfo;
Indexing.cpp 758 return &CatInfo->ObjCCatDeclInfo;
779 return CatInfo->ObjCCatDeclInfo.protocols;

Completed in 24 milliseconds