HomeSort by: relevance | last modified time | path
    Searched refs:CatD (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCPropertyChecker.cpp 60 } else if (auto *CatD = dyn_cast<ObjCCategoryDecl>(D->getDeclContext())) {
61 ImplD = CatD->getClassInterface()->getImplementation();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTMutationListener.h 108 virtual void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
ASTContext.h 2812 void setObjCImplementation(ObjCCategoryDecl *CatD,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
MultiplexConsumer.cpp 102 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
198 const ObjCCategoryDecl *CatD,
201 Listeners[i]->AddedObjCCategoryToInterface(CatD, IFD);
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexSymbol.cpp 209 if (auto *CatD = dyn_cast<ObjCCategoryDecl>(D))
210 ClsD = CatD->getClassInterface();
USRGeneration.cpp 93 const ObjCCategoryDecl *CatD = nullptr);
418 const ObjCCategoryDecl *CatD) {
425 GetExternalSourceContainer(CatD));
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 939 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
940 if (!CatD->isInvalidDecl())
941 Redecl = CatD->getMethod(getSelector(), isInstanceMethod());
980 if (ObjCCategoryDecl *CatD = CImplD->getCategoryDecl())
981 if (ObjCMethodDecl *MD = CatD->getMethod(Sel, isInstanceMethod()))
1289 } else if (const auto *CatD =
1291 const ObjCInterfaceDecl *ID = CatD->getClassInterface();
ASTContext.cpp 2826 void ASTContext::setObjCImplementation(ObjCCategoryDecl *CatD,
2828 assert(CatD && ImplD && "Passed null params");
2829 ObjCImpls[CatD] = ImplD;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp 168 else if (const auto *CatD = dyn_cast<ObjCCategoryDecl>(Ctx))
169 if (const ObjCInterfaceDecl *Interface = CatD->getClassInterface())
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h 751 void AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 776 const ObjCCategoryDecl *CatD = D->getCategoryDecl();
779 const ObjCInterfaceDecl *IFaceD = CatD->getClassInterface();
CIndex.cpp 6638 if (ObjCCategoryDecl *CatD = CatImplD->getCategoryDecl())
6639 return MakeCXCursor(CatD, getCursorTU(C));
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 12736 if (const ObjCCategoryDecl *CatD = dyn_cast<ObjCCategoryDecl>(DC))
12737 DC = CatD->getClassInterface();
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 5873 void ASTWriter::AddedObjCCategoryToInterface(const ObjCCategoryDecl *CatD,

Completed in 99 milliseconds