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 85 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
ASTContext.h     [all...]
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 104 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
167 const ObjCCategoryDecl *CatD,
170 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD);
  /external/clang/lib/AST/
DeclObjC.cpp 753 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
754 if (!CatD->isInvalidDecl())
755 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
779 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
780 if (ObjCMethodDecl *MD = CatD->getMethod(getSelector(),
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 772 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
  /external/clang/tools/libclang/
IndexingContext.cpp 547 const ObjCCategoryDecl *CatD = D->getCategoryDecl();
550 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 207 milliseconds