Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OCD

2002 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) {
2003 std::string ClassName = OCD->getClassInterface()->getNameAsString();
2004 std::string CategoryName = OCD->getNameAsString();
2008 for (const auto *I : OCD->instance_methods()) {
2018 for (const auto *I : OCD->class_methods()) {
2027 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl();
2583 const ObjCCategoryImplDecl *OCD =
2585 StringRef CategoryName = OCD ? OCD->getName() : "";