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

  /external/clang/include/clang/AST/
ASTMutationListener.h 78 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 105 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
165 void MultiplexASTMutationListener::AddedObjCCategoryToInterface(
169 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD);
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 2368 milliseconds