Searched refs:ObjCCategoryImplDecl (Results 1 - 25 of 39) sorted by relevance

12

/external/clang/lib/AST/
H A DDeclObjC.cpp741 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD))
751 } else if (ObjCCategoryImplDecl *CImplD =
752 dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
777 } else if (ObjCCategoryImplDecl *CImplD =
778 dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
1332 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation())
1342 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation())
1643 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const {
1648 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) {
1654 // ObjCCategoryImplDecl
[all...]
H A DMangle.cpp243 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD))
H A DDeclPrinter.cpp76 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
297 isa<ObjCCategoryImplDecl>(*D) ||
1042 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) {
H A DASTImporter.cpp155 Decl *VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
3368 ObjCCategoryImplDecl *Impl
3369 = cast_or_null<ObjCCategoryImplDecl>(
3616 Decl *ASTNodeImporter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
3622 ObjCCategoryImplDecl *ToImpl = Category->getImplementation();
3629 ToImpl = ObjCCategoryImplDecl::Create(Importer.getToContext(), DC,
H A DASTDumper.cpp292 void VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D);
1362 void ASTDumper::VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D) {
/external/clang/lib/CodeGen/
H A DCGObjCRuntime.h44 class ObjCCategoryImplDecl;
140 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
H A DCGObjCGNU.cpp507 void GenerateCategory(const ObjCCategoryImplDecl *CMD) override;
2002 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) {
2583 const ObjCCategoryImplDecl *OCD =
2584 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext());
H A DCodeGenModule.h56 class ObjCCategoryImplDecl;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation())
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp307 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC))
H A DSemaDeclObjC.cpp135 else if (ObjCCategoryImplDecl *CatImpl
136 = dyn_cast<ObjCCategoryImplDecl>(DC))
954 /// category implementation declaration and build an ObjCCategoryImplDecl
974 ObjCCategoryImplDecl *CDecl =
975 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl,
1914 ObjCCategoryImplDecl *CatIMPDecl) {
1984 if (ObjCCategoryImplDecl *CatDecl =
1985 dyn_cast<ObjCCategoryImplDecl>(IMPDecl))
2710 } else if (ObjCCategoryImplDecl* CatImplClass =
2711 dyn_cast<ObjCCategoryImplDecl>(ClassDec
[all...]
H A DSemaAccess.cpp1886 else if (ObjCCategoryImplDecl* CatImplClass
1887 = dyn_cast<ObjCCategoryImplDecl>(Impl))
H A DSemaExprMember.cpp1340 else if (ObjCCategoryImplDecl* CatImplClass =
1341 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl))
H A DSemaCodeComplete.cpp4870 if (ObjCCategoryImplDecl *Impl = CatDecl->getImplementation())
5924 !isa<ObjCCategoryImplDecl>(Container)))
5942 AddObjCProperties(cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(),
5964 !isa<ObjCCategoryImplDecl>(Container)))
5973 Class = cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl()
6812 } else if (ObjCCategoryImplDecl *CatImpl
6813 = dyn_cast<ObjCCategoryImplDecl>(D)) {
/external/clang/tools/libclang/
H A DCursorVisitor.h227 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
H A DIndexDecl.cpp187 bool VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D) {
H A DIndexingContext.cpp544 bool IndexingContext::handleObjCCategoryImpl(const ObjCCategoryImplDecl *D) {
821 } else if (const ObjCCategoryImplDecl *
822 CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) {
H A DIndexingContext.h415 bool handleObjCCategoryImpl(const ObjCCategoryImplDecl *D);
H A DCIndex.cpp1106 bool CursorVisitor::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) {
3354 if (const ObjCCategoryImplDecl *CIMP = dyn_cast<ObjCCategoryImplDecl>(ND))
3357 // ObjCCategoryImplDecl returns the category name.
3563 if (const ObjCCategoryImplDecl *
3564 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C)))
3723 return cxstring::createRef("ObjCCategoryImplDecl");
4850 if (ObjCCategoryImplDecl *Impl
4914 if (const ObjCCategoryImplDecl *CatImplD = dyn_cast<ObjCCategoryImplDecl>(
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h1753 ObjCCategoryImplDecl *getImplementation() const;
1754 void setImplementation(ObjCCategoryImplDecl *ImplD);
1891 /// ObjCCategoryImplDecl - An object of this class encapsulates a category
1903 /// ObjCCategoryImplDecl
1904 class ObjCCategoryImplDecl : public ObjCImplDecl { class in namespace:clang
1913 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, function in class:clang::ObjCCategoryImplDecl
1920 static ObjCCategoryImplDecl *Create(ASTContext &C, DeclContext *DC,
1926 static ObjCCategoryImplDecl *CreateDeserialized(ASTContext &C, unsigned ID);
1934 /// ((ObjCCategoryImplDecl *)SomeCategoryImplDecl)->getIdentifier()
1966 raw_ostream &operator<<(raw_ostream &OS, const ObjCCategoryImplDecl
[all...]
H A DASTContext.h1408 /// an ObjCCategoryImplDecl or ObjCImplementationDecl; it should
2098 ObjCCategoryImplDecl *getObjCImplementation(ObjCCategoryDecl *D);
2110 ObjCCategoryImplDecl *ImplD);
H A DDeclBase.h43 class ObjCCategoryImplDecl;
/external/clang/lib/Index/
H A DUSRGeneration.cpp363 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp110 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation;
331 ObjCCategoryImplDecl *CID);
469 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
940 ObjCCategoryImplDecl *CID) {
1286 if (ObjCCategoryImplDecl *CID =
1287 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) {
1371 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID);
4124 ObjCCategoryImplDecl *CIMP = CategoryImplementation[i];
5881 ObjCCategoryImplDecl *C
[all...]
H A DRewriteObjC.cpp109 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation;
277 ObjCCategoryImplDecl *CID);
341 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
544 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
777 ObjCCategoryImplDecl *CID) {
1088 if (ObjCCategoryImplDecl *CID =
1089 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) {
1173 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID);
4897 ObjCCategoryImplDecl *C
[all...]

Completed in 349 milliseconds

12