Home | History | Annotate | Download | only in AST

Lines Matching refs:Category

3661   // Import the major distinguishing characteristics of a category.
3690 // Import the major distinguishing characteristics of a category.
3705 // Determine if we've already encountered this category.
3752 // Import all of the members of this category.
4066 ObjCCategoryDecl *Category = cast_or_null<ObjCCategoryDecl>(
4068 if (!Category)
4071 ObjCCategoryImplDecl *ToImpl = Category->getImplementation();
4080 Category->getClassInterface(),
4095 Category->setImplementation(ToImpl);