Searched refs:AddedObjCCategoryToInterface (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/lib/Frontend/ |
D | MultiplexConsumer.cpp | 102 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, 197 void MultiplexASTMutationListener::AddedObjCCategoryToInterface( in AddedObjCCategoryToInterface() function in clang::MultiplexASTMutationListener 201 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD); in AddedObjCCategoryToInterface()
|
/external/clang/lib/Frontend/ |
D | MultiplexConsumer.cpp | 123 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/ |
D | ASTMutationListener.h | 97 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTMutationListener.h | 108 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | ASTWriter.h | 743 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 681 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1940 L->AddedObjCCategoryToInterface(CatDecl, IDecl); in Create()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 2063 L->AddedObjCCategoryToInterface(CatDecl, IDecl); in Create()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5787 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function in ASTWriter
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 6095 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, in AddedObjCCategoryToInterface() function in ASTWriter
|