Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DMultiplexConsumer.cpp123 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
204 void MultiplexASTMutationListener::AddedObjCCategoryToInterface( in AddedObjCCategoryToInterface() function in clang::MultiplexASTMutationListener
208 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); in AddedObjCCategoryToInterface()
/external/clang/include/clang/AST/
DASTMutationListener.h97 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function
/external/clang/include/clang/Serialization/
DASTWriter.h681 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
/external/clang/lib/AST/
DDeclObjC.cpp1940 L->AddedObjCCategoryToInterface(CatDecl, IDecl); in Create()
/external/clang/lib/Serialization/
DASTWriter.cpp5787 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function in ASTWriter