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

/external/clang/tools/libclang/
H A DIndexingContext.h170 struct ObjCCategoryDeclInfo : public ObjCContainerDeclInfo { struct in namespace:clang::cxindex
174 explicit ObjCCategoryDeclInfo(bool isImplementation) function in struct:clang::cxindex::ObjCCategoryDeclInfo
H A DIndexing.cpp856 if (const ObjCCategoryDeclInfo *
857 CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI))
878 if (const ObjCCategoryDeclInfo *CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI))
H A DIndexingContext.cpp515 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/false);
548 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/true);

Completed in 517 milliseconds