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)
186 static bool classof(const ObjCCategoryDeclInfo *D) { return true; }
Indexing.cpp 598 if (const ObjCCategoryDeclInfo *
599 CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI))
620 if (const ObjCCategoryDeclInfo *CatInfo = dyn_cast<ObjCCategoryDeclInfo>(DI))
IndexingContext.cpp 439 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/false);
472 ObjCCategoryDeclInfo CatDInfo(/*isImplementation=*/true);
    [all...]

Completed in 19 milliseconds