Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp111 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
211 void MultiplexASTMutationListener::AddedObjCCategoryToInterface( in AddedObjCCategoryToInterface() function in clang::MultiplexASTMutationListener
215 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); in AddedObjCCategoryToInterface()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h110 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h900 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2144 L->AddedObjCCategoryToInterface(CatDecl, IDecl); in Create()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6957 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function in ASTWriter