Home | History | Annotate | Download | only in Sema

Lines Matching defs:CatName

887                       IdentifierInfo *CatName, SourceLocation CatLoc) {
891 CatIDecl = IDecl->FindCategoryDeclaration(CatName);
897 CatName, IDecl);
903 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl,
921 /// Check that CatName, category name, is not used in another implementation.
925 << CatName;