Searched refs:AddedObjCCategoryToInterface (Results 1 – 5 of 5) sorted by relevance
116 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,216 void MultiplexASTMutationListener::AddedObjCCategoryToInterface( in AddedObjCCategoryToInterface() function in clang::MultiplexASTMutationListener220 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); in AddedObjCCategoryToInterface()
110 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function
901 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
2144 L->AddedObjCCategoryToInterface(CatDecl, IDecl); in Create()
6963 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function in ASTWriter