Home
last modified time | relevance | path

Searched refs:CatDInfo (Results 1 – 1 of 1) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.cpp515 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/false); in handleObjCCategory() local
528 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo; in handleObjCCategory()
530 CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity; in handleObjCCategory()
531 CatDInfo.ObjCCatDeclInfo.classCursor = in handleObjCCategory()
534 CatDInfo.ObjCCatDeclInfo.objcClass = nullptr; in handleObjCCategory()
535 CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor(); in handleObjCCategory()
537 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategory()
538 CatDInfo.ObjCProtoListInfo = ProtInfo.getListInfo(); in handleObjCCategory()
539 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo; in handleObjCCategory()
541 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategory()
[all …]