HomeSort by relevance Sort by last modified time
    Searched defs:AddedObjCCategoryToInterface (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
ASTMutationListener.h 92 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 122 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
196 void MultiplexASTMutationListener::AddedObjCCategoryToInterface(
200 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD);

Completed in 53 milliseconds