Home | History | Annotate | Download | only in Sema

Lines Matching refs:CategoryName

844                             IdentifierInfo *CategoryName,
858 CategoryName == 0)) {
863 ClassLoc, CategoryLoc, CategoryName,IDecl);
872 if (!CategoryName && IDecl->getImplementation()) {
878 if (CategoryName) {
881 = IDecl->FindCategoryDeclaration(CategoryName)) {
884 << ClassName << CategoryName;
890 ClassLoc, CategoryLoc, CategoryName, IDecl);