/external/clang/lib/AST/ |
D | DeclObjC.cpp | 824 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 …]
|
D | Mangle.cpp | 266 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD)) in mangleObjCMethodName()
|
D | DeclPrinter.cpp | 85 void VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D); 347 isa<ObjCCategoryImplDecl>(*D) || in VisitDeclContext() 1183 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { in VisitObjCCategoryImplDecl()
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 44 class ObjCCategoryImplDecl; variable 149 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
|
D | CGObjCGNU.cpp | 514 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/ |
D | DeclObjC.h | 1986 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);
|
D | ASTContext.h | 2296 ObjCCategoryImplDecl *getObjCImplementation(ObjCCategoryDecl *D); 2308 ObjCCategoryImplDecl *ImplD);
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 304 if (const ObjCCategoryImplDecl *CatImpl = dyn_cast<ObjCCategoryImplDecl>(CurDC)) in getParentName()
|
D | SemaDeclObjC.cpp | 133 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 …]
|
D | SemaAccess.cpp | 1891 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() 1892 = dyn_cast<ObjCCategoryImplDecl>(Impl)) in IsSimplyAccessible()
|
D | SemaExprMember.cpp | 1384 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() 1385 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl)) in LookupMemberExpr()
|
D | SemaCodeComplete.cpp | 5087 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/ |
D | ObjCUnusedIVarsChecker.cpp | 91 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 | 230 bool VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *D);
|
D | IndexDecl.cpp | 187 bool VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl *D) { in VisitObjCCategoryImplDecl()
|
D | IndexingContext.cpp | 544 bool IndexingContext::handleObjCCategoryImpl(const ObjCCategoryImplDecl *D) { in handleObjCCategoryImpl() 821 } else if (const ObjCCategoryImplDecl * in getEntityDecl() 822 CatImplD = dyn_cast<ObjCCategoryImplDecl>(D)) { in getEntityDecl()
|
D | IndexingContext.h | 418 bool handleObjCCategoryImpl(const ObjCCategoryImplDecl *D);
|
D | CIndex.cpp | 1153 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/ |
D | USRGeneration.cpp | 377 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 111 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()
|
D | RewriteModernObjC.cpp | 112 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/ |
D | warn-documentation.m | 65 @implementation Test1(Test1Category) // a category implementation: ObjCCategoryImplDecl
|
/external/clang/test/Index/ |
D | get-cursor.m | 161 // CHECK-SPELLRANGE: 67:17 ObjCCategoryImplDecl=Dido:67:17 (Definition) Extent=[67:1 - 68:2] Spelli…
|
D | usrs.m | 275 // CHECK-source: usrs.m:68:17: ObjCCategoryImplDecl=Bar:68:17 (Definition) Extent=[68:1 - 70:2]
|