Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp855 if (const ObjCCategoryDeclInfo * in clang_index_getObjCCategoryDeclInfo()
856 CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCCategoryDeclInfo()
877 if (const ObjCCategoryDeclInfo *CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCProtocolRefListInfo()
H A DIndexingContext.h173 struct ObjCCategoryDeclInfo : public ObjCContainerDeclInfo { struct
177 explicit ObjCCategoryDeclInfo(bool isImplementation) in ObjCCategoryDeclInfo() argument
H A DIndexingContext.cpp515 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/false); in handleObjCCategory()
548 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/true); in handleObjCCategoryImpl()