Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp116 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
216 void MultiplexASTMutationListener::AddedObjCCategoryToInterface( in AddedObjCCategoryToInterface() function in clang::MultiplexASTMutationListener
220 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); in AddedObjCCategoryToInterface()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h110 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function
/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h901 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
/src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2144 L->AddedObjCCategoryToInterface(CatDecl, IDecl); in Create()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6963 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function in ASTWriter