Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DMultiplexConsumer.cpp108 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
203 void MultiplexASTMutationListener::AddedObjCCategoryToInterface( in AddedObjCCategoryToInterface() function in clang::MultiplexASTMutationListener
207 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); in AddedObjCCategoryToInterface()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTMutationListener.h108 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h744 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp2083 L->AddedObjCCategoryToInterface(CatDecl, IDecl); in Create()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6068 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function in ASTWriter