Searched defs:AddedObjCCategoryToInterface (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DASTMutationListener.h85 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, function in class:clang::ASTMutationListener
/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp104 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
166 void MultiplexASTMutationListener::AddedObjCCategoryToInterface( function in class:clang::MultiplexASTMutationListener
170 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD);
/external/clang/lib/Serialization/
H A DASTWriter.cpp5621 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD, function in class:ASTWriter

Completed in 185 milliseconds