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

  /external/clang/include/clang/AST/
ASTMutationListener.h 63 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
ASTContext.h     [all...]
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 102 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
153 const ObjCCategoryDecl *CatD,
156 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD);
  /external/clang/lib/AST/
DeclObjC.cpp 489 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
490 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
513 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
514 if (ObjCMethodDecl *MD = CatD->getMethod(getSelector(),
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 700 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
  /external/clang/tools/libclang/
CXCursor.cpp 906 CatD = dyn_cast<ObjCCategoryDecl>(Method->getDeclContext())) {
907 ObjCInterfaceDecl *ID = CatD->getClassInterface();
    [all...]
IndexingContext.cpp 471 const ObjCCategoryDecl *CatD = D->getCategoryDecl();
474 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface();
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 198 milliseconds