Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:OCD

1807 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) {
1808 std::string ClassName = OCD->getClassInterface()->getNameAsString();
1809 std::string CategoryName = OCD->getNameAsString();
1814 iter = OCD->instmeth_begin(), endIter = OCD->instmeth_end();
1826 iter = OCD->classmeth_begin(), endIter = OCD->classmeth_end();
1836 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl();
2405 const ObjCCategoryImplDecl *OCD =
2407 StringRef CategoryName = OCD ? OCD->getName() : "";