Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:OCD

2030 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) {
2031 std::string ClassName = OCD->getClassInterface()->getNameAsString();
2032 std::string CategoryName = OCD->getNameAsString();
2036 for (const auto *I : OCD->instance_methods()) {
2046 for (const auto *I : OCD->class_methods()) {
2055 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl();
2617 const ObjCCategoryImplDecl *OCD =
2619 StringRef CategoryName = OCD ? OCD->getName() : "";