Home | History | Annotate | Download | only in AST

Lines Matching defs:Category

3277   // Import the major distinguishing characteristics of a category.
3289 // Determine if we've already encountered this category.
3331 // Import all of the members of this category.
3589 ObjCCategoryDecl *Category = cast_or_null<ObjCCategoryDecl>(
3591 if (!Category)
3594 ObjCCategoryImplDecl *ToImpl = Category->getImplementation();
3603 Category->getClassInterface(),
3618 Category->setImplementation(ToImpl);