Home | History | Annotate | Download | only in Sema

Lines Matching defs:CategoryName

818                             IdentifierInfo *CategoryName,
832 CategoryName == 0)) {
837 ClassLoc, CategoryLoc, CategoryName,IDecl);
846 if (!CategoryName && IDecl->getImplementation()) {
852 if (CategoryName) {
855 = IDecl->FindCategoryDeclaration(CategoryName)) {
858 << ClassName << CategoryName;
864 ClassLoc, CategoryLoc, CategoryName, IDecl);