Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OCD

2040 void CGObjCGNU::GenerateCategory(const ObjCCategoryImplDecl *OCD) {
2041 std::string ClassName = OCD->getClassInterface()->getNameAsString();
2042 std::string CategoryName = OCD->getNameAsString();
2046 for (const auto *I : OCD->instance_methods()) {
2056 for (const auto *I : OCD->class_methods()) {
2065 const ObjCCategoryDecl *CatDecl = OCD->getCategoryDecl();
2624 const ObjCCategoryImplDecl *OCD =
2626 OCD ? OCD->getName() : "";