Home | History | Annotate | Download | only in AST

Lines Matching defs:Category

3085   // Import the major distinguishing characteristics of a category.
3097 // Determine if we've already encountered this category.
3139 // Import all of the members of this category.
3394 ObjCCategoryDecl *Category = cast_or_null<ObjCCategoryDecl>(
3396 if (!Category)
3399 ObjCCategoryImplDecl *ToImpl = Category->getImplementation();
3408 Category->getClassInterface(),
3423 Category->setImplementation(ToImpl);