Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:OCD

2006 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) {
2007 std::string ClassName = OCD->getClassInterface()->getNameAsString();
2008 std::string CategoryName = OCD->getNameAsString();
2013 iter = OCD->instmeth_begin(), endIter = OCD->instmeth_end();
2025 iter = OCD->classmeth_begin(), endIter = OCD->classmeth_end();
2035 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl();
2602 const ObjCCategoryImplDecl *OCD =
2604 StringRef CategoryName = OCD ? OCD->getName() : "";