Home | History | Annotate | Download | only in Sema

Lines Matching full:catname

959                       IdentifierInfo *CatName, SourceLocation CatLoc) {
963 CatIDecl = IDecl->FindCategoryDeclaration(CatName);
969 CatName, IDecl);
975 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl,
993 /// Check that CatName, category name, is not used in another implementation.
997 << CatName;