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 528 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
530 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
531 CatDInfo.ObjCCatDeclInfo.classCursor =
534 CatDInfo.ObjCCatDeclInfo.objcClass = 0;
535 CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor();
537 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
539 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo;
558 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
560 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
561 CatDInfo.ObjCCatDeclInfo.classCursor
    [all...]
IndexingContext.h 171 CXIdxObjCCategoryDeclInfo ObjCCatDeclInfo;
Indexing.cpp 856 return &CatInfo->ObjCCatDeclInfo;
877 return CatInfo->ObjCCatDeclInfo.protocols;
    [all...]

Completed in 57 milliseconds