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 520 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
522 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
523 CatDInfo.ObjCCatDeclInfo.classCursor =
526 CatDInfo.ObjCCatDeclInfo.objcClass = 0;
527 CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor();
529 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
531 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo;
550 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
552 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
553 CatDInfo.ObjCCatDeclInfo.classCursor
    [all...]
IndexingContext.h 170 CXIdxObjCCategoryDeclInfo ObjCCatDeclInfo;
Indexing.cpp 856 return &CatInfo->ObjCCatDeclInfo;
877 return CatInfo->ObjCCatDeclInfo.protocols;
    [all...]

Completed in 1046 milliseconds