HomeSort by relevance Sort by last modified time
    Searched refs:CatD (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/AST/
ASTMutationListener.h 66 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
ASTContext.h     [all...]
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 101 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
152 const ObjCCategoryDecl *CatD,
155 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD);
  /external/clang/lib/AST/
DeclObjC.cpp 573 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
574 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
597 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
598 if (ObjCMethodDecl *MD = CatD->getMethod(getSelector(),
873 CatD = dyn_cast<ObjCCategoryDecl>(Method->getDeclContext())) {
874 const ObjCInterfaceDecl *ID = CatD->getClassInterface();
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 723 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
  /external/clang/tools/libclang/
IndexingContext.cpp 539 const ObjCCategoryDecl *CatD = D->getCategoryDecl();
542 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface();
    [all...]
CIndex.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 91 milliseconds