HomeSort by relevance Sort by last modified time
    Searched refs:ObjCCategoryDeclInfo (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
IndexingContext.h 170 struct ObjCCategoryDeclInfo : public ObjCContainerDeclInfo {
174 explicit ObjCCategoryDeclInfo(bool isImplementation)
Indexing.cpp 854 if (const ObjCCategoryDeclInfo *
855 CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI))
876 if (const ObjCCategoryDeclInfo *CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI))
    [all...]
IndexingContext.cpp 515 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/false);
548 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/true);
    [all...]

Completed in 36 milliseconds