Home | History | Annotate | Download | only in Sema

Lines Matching defs:CatName

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