Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTMutationListener.h108 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h777 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp2155 L->AddedObjCCategoryToInterface(CatDecl, IDecl); in Create()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp6240 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function in ASTWriter