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 173 struct ObjCCategoryDeclInfo : public ObjCContainerDeclInfo {
177 explicit ObjCCategoryDeclInfo(bool isImplementation)
Indexing.cpp 850 if (const ObjCCategoryDeclInfo *
851 CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI))
872 if (const ObjCCategoryDeclInfo *CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI))
    [all...]
IndexingContext.cpp 515 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/false);
548 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/true);
    [all...]

Completed in 69 milliseconds