Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexing.cpp600 if (const ObjCCategoryDeclInfo * in clang_index_getObjCCategoryDeclInfo()
601 CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCCategoryDeclInfo()
622 if (const ObjCCategoryDeclInfo *CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI)) in clang_index_getObjCProtocolRefListInfo()
DIndexingContext.h173 struct ObjCCategoryDeclInfo : public ObjCContainerDeclInfo { struct
177 explicit ObjCCategoryDeclInfo(bool isImplementation) in ObjCCategoryDeclInfo() argument
186 static bool classof(const ObjCCategoryDeclInfo *D) { return true; } in classof() argument
DIndexingContext.cpp439 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/false); in handleObjCCategory()
472 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/true); in handleObjCCategoryImpl()