Searched refs:OCD (Results 1 – 11 of 11) sorted by relevance
980 const ObjCContainerDecl *OCD,2810 const ObjCContainerDecl *OCD, in EmitPropertyList() argument2814 for (ObjCContainerDecl::prop_iterator I = OCD->prop_begin(), in EmitPropertyList()2815 E = OCD->prop_end(); I != E; ++I) { in EmitPropertyList()2825 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) { in EmitPropertyList()2832 else if (const ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(OCD)) { in EmitPropertyList()2932 void CGObjCMac::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() argument2939 const ObjCInterfaceDecl *Interface = OCD->getClassInterface(); in GenerateCategory()2941 Interface->FindCategoryDeclaration(OCD->getIdentifier()); in GenerateCategory()2945 << OCD->getName(); in GenerateCategory()[all …]
2029 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) { in GenerateCategory() argument2030 std::string ClassName = OCD->getClassInterface()->getNameAsString(); in GenerateCategory()2031 std::string CategoryName = OCD->getNameAsString(); in GenerateCategory()2036 iter = OCD->instmeth_begin(), endIter = OCD->instmeth_end(); in GenerateCategory()2048 iter = OCD->classmeth_begin(), endIter = OCD->classmeth_end(); in GenerateCategory()2058 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl(); in GenerateCategory()2625 const ObjCCategoryImplDecl *OCD = in GenerateMethod() local2627 StringRef CategoryName = OCD ? OCD->getName() : ""; in GenerateMethod()
140 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
202 } else if (const ObjCCategoryImplDecl *OCD = in getObjCMethodName() local204 OS << ((const NamedDecl *)OCD)->getIdentifier()->getNameStart() << '(' << in getObjCMethodName()205 OCD->getIdentifier()->getNameStart() << ')'; in getObjCMethodName()
243 const ObjCCategoryDecl *OCD = cast<ObjCCategoryDecl>(this); in FindPropertyDeclaration() local245 if (!OCD->IsClassExtension()) in FindPropertyDeclaration()247 I = OCD->protocol_begin(), E = OCD->protocol_end(); I != E; ++I) in FindPropertyDeclaration()
755 OverloadCandidateDisplayKind OCD,
2523 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in ActOnAtEnd() local2524 Decl *ClassDecl = cast<Decl>(OCD); in ActOnAtEnd()3100 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in ActOnMethodDeclaration() local3101 Decl *ClassDecl = cast<Decl>(OCD); in ActOnMethodDeclaration()
9187 OverloadCandidateDisplayKind OCD, in NoteCandidates() argument9194 if (OCD == OCD_AllCandidates) Cands.reserve(size()); in NoteCandidates()9198 else if (OCD == OCD_AllCandidates) { in NoteCandidates()
6877 ObjCContainerDecl *OCD = dyn_cast<ObjCContainerDecl>(CurContext); in CodeCompleteObjCMethodDecl() local6878 IDecl = cast<Decl>(OCD); in CodeCompleteObjCMethodDecl()
11099 DeclContext *OCD = cast<DeclContext>(IDecl); in ActOnObjCContainerStartDefinition() local11100 assert(getContainingDC(OCD) == CurContext && in ActOnObjCContainerStartDefinition()11102 CurContext = OCD; in ActOnObjCContainerStartDefinition()
1087 Macraigor OCD (Wiggler) devices powerpc{,le}-*-eabi