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 97 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
ASTContext.h     [all...]
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 123 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
205 const ObjCCategoryDecl *CatD,
208 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD);
  /external/clang/lib/AST/
DeclObjC.cpp 868 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
869 if (!CatD->isInvalidDecl())
870 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
894 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
895 if (ObjCMethodDecl *MD = CatD->getMethod(getSelector(),
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 681 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
    [all...]
  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp 770 const ObjCCategoryDecl *CatD = D->getCategoryDecl();
773 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface();
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 800 milliseconds