Home
last modified time | relevance | path

Searched refs:ObjCCategoryImplDecl (Results 1 – 25 of 40) sorted by relevance

12

/external/clang/lib/AST/
DDeclObjC.cpp499 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 …]
DMangle.cpp142 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD)) in mangleObjCMethodName()
DDeclPrinter.cpp73 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
305 isa<ObjCCategoryImplDecl>(*D) || in VisitDeclContext()
947 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl()
DDumpXML.cpp797 void visitObjCCategoryImplDeclAttrs(ObjCCategoryImplDecl *D) { in visitObjCCategoryImplDeclAttrs()
800 void visitObjCCategoryImplDeclChildren(ObjCCategoryImplDecl *D) { in visitObjCCategoryImplDeclChildren()
/external/clang/lib/CodeGen/
DCGObjCRuntime.h45 class ObjCCategoryImplDecl; variable
141 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
DCGObjCGNU.cpp466 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()
DCGObjCMac.cpp1114 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()
DCodeGenModule.h50 class ObjCCategoryImplDecl; variable
/external/clang/include/clang/AST/
DDeclObjC.h1351 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);
DASTContext.h1890 ObjCCategoryImplDecl *getObjCImplementation(ObjCCategoryDecl *D);
1902 ObjCCategoryImplDecl *ImplD);
/external/clang/lib/Sema/
DSemaDeclObjC.cpp135 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 …]
DCodeCompleteConsumer.cpp309 if (ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName()
DSemaObjCProperty.cpp731 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()
DSemaAccess.cpp1836 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible()
1837 = dyn_cast<ObjCCategoryImplDecl>(Impl)) in IsSimplyAccessible()
/external/clang/test/Sema/
Dwarn-documentation.m65 @implementation Test1(Test1Category) // a category implementation: ObjCCategoryImplDecl
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCUnusedIVarsChecker.cpp94 if (const ObjCCategoryImplDecl *CID = CD->getImplementation()) in Scan()
/external/clang/tools/libclang/
DCursorVisitor.h227 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
DCIndexUSRs.cpp352 ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl()
DIndexDecl.cpp182 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) { in VisitObjCCategoryImplDecl()
DIndexingContext.cpp468 bool IndexingContext::handleObjCCategoryImpl(const ObjCCategoryImplDecl *D) { in handleObjCCategoryImpl()
735 } else if (const ObjCCategoryImplDecl * in getEntityDecl()
736 CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) { in getEntityDecl()
DIndexingContext.h424 bool handleObjCCategoryImpl(const ObjCCategoryImplDecl *D);
DCIndex.cpp1062 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/
DRewriteObjC.cpp107 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 …]
DRewriteModernObjC.cpp108 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/
Dget-cursor.m130 // CHECK-SPELLRANGE: 67:17 ObjCCategoryImplDecl=Dido:67:17 (Definition) Extent=[67:1 - 68:2] Spelli…

12