/external/clang/lib/AST/ |
D | DeclObjC.cpp | 499 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclaration() 507 } else if (ObjCCategoryImplDecl *CImplD = in getNextRedeclaration() 508 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclaration() 531 } else if (ObjCCategoryImplDecl *CImplD = in getCanonicalDecl() 532 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl() 854 if (ObjCCategoryImplDecl *Impl = Category->getImplementation()) in getCategoryInstanceMethod() 863 if (ObjCCategoryImplDecl *Impl = Category->getImplementation()) in getCategoryClassMethod() 1122 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation() 1127 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation() 1136 void ObjCCategoryImplDecl::anchor() { } in anchor() [all …]
|
D | Mangle.cpp | 142 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD)) in mangleObjCMethodName()
|
D | DeclPrinter.cpp | 73 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D); 305 isa<ObjCCategoryImplDecl>(*D) || in VisitDeclContext() 947 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl()
|
D | DumpXML.cpp | 797 void visitObjCCategoryImplDeclAttrs(ObjCCategoryImplDecl *D) { in visitObjCCategoryImplDeclAttrs() 800 void visitObjCCategoryImplDeclChildren(ObjCCategoryImplDecl *D) { in visitObjCCategoryImplDeclChildren()
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 45 class ObjCCategoryImplDecl; variable 141 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
|
D | CGObjCGNU.cpp | 466 virtual void GenerateCategory(const ObjCCategoryImplDecl *CMD); 1869 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() 1875 for (ObjCCategoryImplDecl::instmeth_iterator in GenerateCategory() 1887 for (ObjCCategoryImplDecl::classmeth_iterator in GenerateCategory() 2467 const ObjCCategoryImplDecl *OCD = in GenerateMethod() 2468 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext()); in GenerateMethod()
|
D | CGObjCMac.cpp | 1114 virtual void GenerateCategory(const ObjCCategoryImplDecl *CMD); 1371 virtual void GenerateCategory(const ObjCCategoryImplDecl *CMD); 2271 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() 2287 for (ObjCCategoryImplDecl::instmeth_iterator in GenerateCategory() 2292 for (ObjCCategoryImplDecl::classmeth_iterator in GenerateCategory() 4288 if (const ObjCCategoryImplDecl *CID = in GetNameForMethod() 4289 dyn_cast<ObjCCategoryImplDecl>(D->getDeclContext())) in GetNameForMethod() 5275 void CGObjCNonFragileABIMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() 5296 for (ObjCCategoryImplDecl::instmeth_iterator in GenerateCategory() 5310 for (ObjCCategoryImplDecl::classmeth_iterator in GenerateCategory()
|
D | CodeGenModule.h | 50 class ObjCCategoryImplDecl; variable
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1351 ObjCCategoryImplDecl *getImplementation() const; 1352 void setImplementation(ObjCCategoryImplDecl *ImplD); 1477 class ObjCCategoryImplDecl : public ObjCImplDecl { 1486 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, in ObjCCategoryImplDecl() function 1493 static ObjCCategoryImplDecl *Create(ASTContext &C, DeclContext *DC, 1499 static ObjCCategoryImplDecl *CreateDeserialized(ASTContext &C, unsigned ID); 1535 static bool classof(const ObjCCategoryImplDecl *D) { return true; } in classof() 1542 raw_ostream &operator<<(raw_ostream &OS, const ObjCCategoryImplDecl &CID);
|
D | ASTContext.h | 1890 ObjCCategoryImplDecl *getObjCImplementation(ObjCCategoryDecl *D); 1902 ObjCCategoryImplDecl *ImplD);
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 135 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride() 136 = dyn_cast<ObjCCategoryImplDecl>(DC)) in CheckObjCMethodOverride() 889 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation() 890 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation() 1740 ObjCCategoryImplDecl *CatIMPDecl) { in CheckCategoryVsClassMethodMatches() 1804 if (ObjCCategoryImplDecl *CatDecl = in ImplMethodsVsClassMethods() 1805 dyn_cast<ObjCCategoryImplDecl>(IMPDecl)) in ImplMethodsVsClassMethods() 2423 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() 2424 dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) { in ActOnAtEnd() 2649 void searchFrom(ObjCCategoryImplDecl *impl) { in searchFrom() [all …]
|
D | CodeCompleteConsumer.cpp | 309 if (ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName()
|
D | SemaObjCProperty.cpp | 731 ObjCCategoryImplDecl* CatImplClass = 0; in ActOnPropertyImplDecl() 784 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl() 1416 } else if (ObjCCategoryImplDecl *CIMD = in isPropertyReadonly() 1417 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) { in isPropertyReadonly()
|
D | SemaAccess.cpp | 1836 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() 1837 = dyn_cast<ObjCCategoryImplDecl>(Impl)) in IsSimplyAccessible()
|
/external/clang/test/Sema/ |
D | warn-documentation.m | 65 @implementation Test1(Test1Category) // a category implementation: ObjCCategoryImplDecl
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCUnusedIVarsChecker.cpp | 94 if (const ObjCCategoryImplDecl *CID = CD->getImplementation()) in Scan()
|
/external/clang/tools/libclang/ |
D | CursorVisitor.h | 227 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
|
D | CIndexUSRs.cpp | 352 ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl()
|
D | IndexDecl.cpp | 182 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) { in VisitObjCCategoryImplDecl()
|
D | IndexingContext.cpp | 468 bool IndexingContext::handleObjCCategoryImpl(const ObjCCategoryImplDecl *D) { in handleObjCCategoryImpl() 735 } else if (const ObjCCategoryImplDecl * in getEntityDecl() 736 CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) { in getEntityDecl()
|
D | IndexingContext.h | 424 bool handleObjCCategoryImpl(const ObjCCategoryImplDecl *D);
|
D | CIndex.cpp | 1062 bool CursorVisitor::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) { in VisitObjCCategoryImplDecl() 3050 if (ObjCCategoryImplDecl *CIMP = dyn_cast<ObjCCategoryImplDecl>(ND)) in getDeclSpelling() 3240 if (ObjCCategoryImplDecl * in clang_Cursor_getSpellingNameRange() 3241 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange() 4439 if (ObjCCategoryImplDecl *Impl in clang_getCursorDefinition() 4503 if (ObjCCategoryImplDecl *CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) in clang_getCanonicalCursor()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 107 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation; 274 ObjCCategoryImplDecl *CID); 338 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, 535 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, 769 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 | 108 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation; 288 ObjCCategoryImplDecl *CID); 413 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl, 866 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() 1220 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() 1221 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) { in RewriteObjCMethodDecl() 1306 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() 1320 for (ObjCCategoryImplDecl::instmeth_iterator in RewriteImplementationDecl() 1335 for (ObjCCategoryImplDecl::classmeth_iterator in RewriteImplementationDecl() 1349 for (ObjCCategoryImplDecl::propimpl_iterator in RewriteImplementationDecl() [all …]
|
/external/clang/test/Index/ |
D | get-cursor.m | 130 // CHECK-SPELLRANGE: 67:17 ObjCCategoryImplDecl=Dido:67:17 (Definition) Extent=[67:1 - 68:2] Spelli…
|