Home
last modified time | relevance | path

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

12

/external/clang/lib/AST/
DDeclObjC.cpp824 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclarationImpl()
834 } else if (ObjCCategoryImplDecl *CImplD = in getNextRedeclarationImpl()
835 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclarationImpl()
860 } else if (ObjCCategoryImplDecl *CImplD = in getCanonicalDecl()
861 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl()
1577 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryInstanceMethod()
1587 if (ObjCCategoryImplDecl *Impl = Cat->getImplementation()) in getCategoryClassMethod()
1918 ObjCCategoryImplDecl *ObjCCategoryDecl::getImplementation() const { in getImplementation()
1923 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation()
1941 void ObjCCategoryImplDecl::anchor() { } in anchor()
[all …]
DMangle.cpp266 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD)) in mangleObjCMethodName()
DDeclPrinter.cpp85 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
347 isa<ObjCCategoryImplDecl>(*D) || in VisitDeclContext()
1183 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl()
/external/clang/lib/CodeGen/
DCGObjCRuntime.h44 class ObjCCategoryImplDecl; variable
149 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
DCGObjCGNU.cpp514 void GenerateCategory(const ObjCCategoryImplDecl *CMD) override;
2030 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory()
2617 const ObjCCategoryImplDecl *OCD = in GenerateMethod()
2618 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext()); in GenerateMethod()
/external/clang/include/clang/AST/
DDeclObjC.h1986 ObjCCategoryImplDecl *getImplementation() const;
1987 void setImplementation(ObjCCategoryImplDecl *ImplD);
2137 class ObjCCategoryImplDecl : public ObjCImplDecl {
2146 ObjCCategoryImplDecl(DeclContext *DC, IdentifierInfo *Id, in ObjCCategoryImplDecl() function
2153 static ObjCCategoryImplDecl *Create(ASTContext &C, DeclContext *DC,
2159 static ObjCCategoryImplDecl *CreateDeserialized(ASTContext &C, unsigned ID);
2199 raw_ostream &operator<<(raw_ostream &OS, const ObjCCategoryImplDecl &CID);
DASTContext.h2296 ObjCCategoryImplDecl *getObjCImplementation(ObjCCategoryDecl *D);
2308 ObjCCategoryImplDecl *ImplD);
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp304 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName()
DSemaDeclObjC.cpp133 else if (ObjCCategoryImplDecl *CatImpl in CheckObjCMethodOverride()
134 = dyn_cast<ObjCCategoryImplDecl>(DC)) in CheckObjCMethodOverride()
1815 ObjCCategoryImplDecl *CDecl = in ActOnStartCategoryImplementation()
1816 ObjCCategoryImplDecl::Create(Context, CurContext, CatName, IDecl, in ActOnStartCategoryImplementation()
2801 ObjCCategoryImplDecl *CatIMPDecl) { in CheckCategoryVsClassMethodMatches()
2888 if (ObjCCategoryImplDecl *CatDecl = in ImplMethodsVsClassMethods()
2889 dyn_cast<ObjCCategoryImplDecl>(IMPDecl)) in ImplMethodsVsClassMethods()
3715 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd()
3716 dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) { in ActOnAtEnd()
3879 void searchFrom(ObjCCategoryImplDecl *impl) { in searchFrom()
[all …]
DSemaAccess.cpp1891 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible()
1892 = dyn_cast<ObjCCategoryImplDecl>(Impl)) in IsSimplyAccessible()
DSemaExprMember.cpp1384 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr()
1385 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl)) in LookupMemberExpr()
DSemaCodeComplete.cpp5087 if (ObjCCategoryImplDecl *Impl = CatDecl->getImplementation()) in AddObjCMethods()
6148 !isa<ObjCCategoryImplDecl>(Container))) in CodeCompleteObjCPropertyDefinition()
6167 cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(), in CodeCompleteObjCPropertyDefinition()
6189 !isa<ObjCCategoryImplDecl>(Container))) in CodeCompleteObjCPropertySynthesizeIvar()
6198 Class = cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl() in CodeCompleteObjCPropertySynthesizeIvar()
7042 } else if (ObjCCategoryImplDecl *CatImpl in CodeCompleteObjCMethodDecl()
7043 = dyn_cast<ObjCCategoryImplDecl>(D)) { in CodeCompleteObjCMethodDecl()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCUnusedIVarsChecker.cpp91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan()
/external/clang/test/Misc/
Dast-dump-decl.m88 // CHECK: ObjCCategoryImplDecl{{.*}} TestObjCClass
/external/clang/tools/libclang/
DCursorVisitor.h230 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
DIndexDecl.cpp187 bool VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D) { in VisitObjCCategoryImplDecl()
DIndexingContext.cpp544 bool IndexingContext::handleObjCCategoryImpl(const ObjCCategoryImplDecl *D) { in handleObjCCategoryImpl()
821 } else if (const ObjCCategoryImplDecl * in getEntityDecl()
822 CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) { in getEntityDecl()
DIndexingContext.h418 bool handleObjCCategoryImpl(const ObjCCategoryImplDecl *D);
DCIndex.cpp1153 bool CursorVisitor::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D) { in VisitObjCCategoryImplDecl()
3700 if (const ObjCCategoryImplDecl *CIMP = dyn_cast<ObjCCategoryImplDecl>(ND)) in getDeclSpelling()
3922 if (const ObjCCategoryImplDecl * in clang_Cursor_getSpellingNameRange()
3923 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange()
5366 if (ObjCCategoryImplDecl *Impl in clang_getCursorDefinition()
5430 if (const ObjCCategoryImplDecl *CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) in clang_getCanonicalCursor()
/external/clang/lib/Index/
DUSRGeneration.cpp377 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp111 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation;
268 ObjCCategoryImplDecl *CID);
332 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
535 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
768 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl()
1079 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl()
1080 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) { in RewriteObjCMethodDecl()
1164 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl()
4863 ObjCCategoryImplDecl *CI = cast<ObjCCategoryImplDecl>(D); in HandleDeclInMainFile()
5642 void RewriteObjCFragileABI::RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *IDecl, in RewriteObjCCategoryImplDecl()
DRewriteModernObjC.cpp112 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation;
322 ObjCCategoryImplDecl *CID);
460 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
928 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl()
1274 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl()
1275 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) { in RewriteObjCMethodDecl()
1359 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl()
4085 ObjCCategoryImplDecl *CIMP = CategoryImplementation[i]; in RewriteImplementations()
5832 ObjCCategoryImplDecl *CI = cast<ObjCCategoryImplDecl>(D); in HandleDeclInMainFile()
7399 void RewriteModernObjC::RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *IDecl, in RewriteObjCCategoryImplDecl()
[all …]
/external/clang/test/Sema/
Dwarn-documentation.m65 @implementation Test1(Test1Category) // a category implementation: ObjCCategoryImplDecl
/external/clang/test/Index/
Dget-cursor.m161 // CHECK-SPELLRANGE: 67:17 ObjCCategoryImplDecl=Dido:67:17 (Definition) Extent=[67:1 - 68:2] Spelli…
Dusrs.m275 // CHECK-source: usrs.m:68:17: ObjCCategoryImplDecl=Bar:68:17 (Definition) Extent=[68:1 - 70:2]

12