/external/clang/lib/AST/ |
D | DeclObjC.cpp | 563 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclaration() 571 } else if (ObjCCategoryImplDecl *CImplD = in getNextRedeclaration() 572 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclaration() 595 } else if (ObjCCategoryImplDecl *CImplD = in getCanonicalDecl() 596 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl() 1204 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod() 1217 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod() 1508 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation() 1513 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation() 1522 void ObjCCategoryImplDecl::anchor() { } in anchor() [all …]
|
D | Mangle.cpp | 142 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD)) in mangleObjCMethodName()
|
D | DeclPrinter.cpp | 76 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D); 303 isa<ObjCCategoryImplDecl>(*D) || in VisitDeclContext() 1015 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl()
|
D | DumpXML.cpp | 800 void visitObjCCategoryImplDeclAttrs(ObjCCategoryImplDecl *D) { in visitObjCCategoryImplDeclAttrs() 803 void visitObjCCategoryImplDeclChildren(ObjCCategoryImplDecl *D) { in visitObjCCategoryImplDeclChildren()
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 44 class ObjCCategoryImplDecl; variable 140 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
|
D | CGObjCGNU.cpp | 512 virtual void GenerateCategory(const ObjCCategoryImplDecl *CMD); 2006 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() 2012 for (ObjCCategoryImplDecl::instmeth_iterator in GenerateCategory() 2024 for (ObjCCategoryImplDecl::classmeth_iterator in GenerateCategory() 2602 const ObjCCategoryImplDecl *OCD = in GenerateMethod() 2603 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext()); in GenerateMethod()
|
D | CGObjCMac.cpp | 1215 virtual void GenerateCategory(const ObjCCategoryImplDecl *CMD); 1493 virtual void GenerateCategory(const ObjCCategoryImplDecl *CMD); 2931 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() 2947 for (ObjCCategoryImplDecl::instmeth_iterator in GenerateCategory() 2952 for (ObjCCategoryImplDecl::classmeth_iterator in GenerateCategory() 4973 if (const ObjCCategoryImplDecl *CID = in GetNameForMethod() 4974 dyn_cast<ObjCCategoryImplDecl>(D->getDeclContext())) in GetNameForMethod() 5966 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() 5987 for (ObjCCategoryImplDecl::instmeth_iterator in GenerateCategory() 6001 for (ObjCCategoryImplDecl::classmeth_iterator in GenerateCategory()
|
D | CodeGenModule.h | 55 class ObjCCategoryImplDecl; variable
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1575 ObjCCategoryImplDecl *getImplementation() const; 1576 void setImplementation(ObjCCategoryImplDecl *ImplD); 1704 class ObjCCategoryImplDecl : public ObjCImplDecl { 1713 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, in ObjCCategoryImplDecl() function 1720 static ObjCCategoryImplDecl *Create(ASTContext &C, DeclContext *DC, 1726 static ObjCCategoryImplDecl *CreateDeserialized(ASTContext &C, unsigned ID); 1768 raw_ostream &operator<<(raw_ostream &OS, const ObjCCategoryImplDecl &CID);
|
D | ASTContext.h | 1992 ObjCCategoryImplDecl *getObjCImplementation(ObjCCategoryDecl *D); 2004 ObjCCategoryImplDecl *ImplD);
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 134 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() 135 = dyn_cast<ObjCCategoryImplDecl>(DC)) in CheckObjCMethodOverride() 902 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation() 903 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation() 1782 ObjCCategoryImplDecl *CatIMPDecl) { in CheckCategoryVsClassMethodMatches() 1846 if (ObjCCategoryImplDecl *CatDecl = in ImplMethodsVsClassMethods() 1847 dyn_cast<ObjCCategoryImplDecl>(IMPDecl)) in ImplMethodsVsClassMethods() 2485 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() 2486 dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) { in ActOnAtEnd() 2708 void searchFrom(ObjCCategoryImplDecl *impl) { in searchFrom() [all …]
|
D | CodeCompleteConsumer.cpp | 308 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName()
|
D | SemaObjCProperty.cpp | 814 ObjCCategoryImplDecl* CatImplClass = 0; in ActOnPropertyImplDecl() 885 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl() 1465 } else if (ObjCCategoryImplDecl *CIMD = in isPropertyReadonly() 1466 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) { in isPropertyReadonly()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCUnusedIVarsChecker.cpp | 96 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan()
|
/external/clang/test/Misc/ |
D | ast-dump-decl.m | 88 // CHECK: ObjCCategoryImplDecl{{.*}} TestObjCClass
|
/external/clang/tools/libclang/ |
D | CursorVisitor.h | 227 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
|
D | CIndexUSRs.cpp | 348 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl()
|
D | IndexDecl.cpp | 183 bool VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D) { in VisitObjCCategoryImplDecl()
|
D | IndexingContext.cpp | 536 bool IndexingContext::handleObjCCategoryImpl(const ObjCCategoryImplDecl *D) { in handleObjCCategoryImpl() 812 } else if (const ObjCCategoryImplDecl * in getEntityDecl() 813 CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) { in getEntityDecl()
|
D | IndexingContext.h | 419 bool handleObjCCategoryImpl(const ObjCCategoryImplDecl *D);
|
D | CIndex.cpp | 1090 bool CursorVisitor::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) { in VisitObjCCategoryImplDecl() 3133 if (const ObjCCategoryImplDecl *CIMP = dyn_cast<ObjCCategoryImplDecl>(ND)) in getDeclSpelling() 3322 if (const ObjCCategoryImplDecl * in clang_Cursor_getSpellingNameRange() 3323 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange() 4552 if (ObjCCategoryImplDecl *Impl in clang_getCursorDefinition() 4616 if (const ObjCCategoryImplDecl *CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) in clang_getCanonicalCursor()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 109 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation; 276 ObjCCategoryImplDecl *CID); 340 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, 536 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, 770 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() 1092 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() 1093 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) { in RewriteObjCMethodDecl() 1178 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() 1182 for (ObjCCategoryImplDecl::instmeth_iterator in RewriteImplementationDecl() 1197 for (ObjCCategoryImplDecl::classmeth_iterator in RewriteImplementationDecl() [all …]
|
D | RewriteModernObjC.cpp | 111 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation; 316 ObjCCategoryImplDecl *CID); 455 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, 919 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() 1272 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() 1273 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) { in RewriteObjCMethodDecl() 1358 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() 1372 for (ObjCCategoryImplDecl::instmeth_iterator in RewriteImplementationDecl() 1387 for (ObjCCategoryImplDecl::classmeth_iterator in RewriteImplementationDecl() 1401 for (ObjCCategoryImplDecl::propimpl_iterator in RewriteImplementationDecl() [all …]
|
/external/clang/test/Sema/ |
D | warn-documentation.m | 65 @implementation Test1(Test1Category) // a category implementation: ObjCCategoryImplDecl
|
/external/clang/test/Index/ |
D | get-cursor.m | 130 // CHECK-SPELLRANGE: 67:17 ObjCCategoryImplDecl=Dido:67:17 (Definition) Extent=[67:1 - 68:2] Spelli…
|