Home | History | Annotate | Download | only in Sema

Lines Matching refs:CatName

822                       IdentifierInfo *CatName, SourceLocation CatLoc) {
826 CatIDecl = IDecl->FindCategoryDeclaration(CatName);
832 CatName, IDecl);
838 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl,
856 /// Check that CatName, category name, is not used in another implementation.
860 << CatName;