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

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

Completed in 43 milliseconds