Home
last modified time | relevance | path

Searched refs:AddedObjCCategoryToInterface (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Frontend/
DMultiplexConsumer.cpp106 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
176 void MultiplexASTMutationListener::AddedObjCCategoryToInterface( in AddedObjCCategoryToInterface() function in clang::MultiplexASTMutationListener
180 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); in AddedObjCCategoryToInterface()
/external/clang/include/clang/AST/
DASTMutationListener.h91 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function
/external/clang/include/clang/Serialization/
DASTWriter.h850 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
/external/clang/lib/AST/
DDeclObjC.cpp1668 L->AddedObjCCategoryToInterface(CatDecl, IDecl); in Create()
/external/clang/lib/Serialization/
DASTWriter.cpp5951 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function in ASTWriter