Searched refs:OPD (Results 1 – 4 of 4) sorted by relevance
183 const ObjCProtocolDecl *OPD) = 0;187 virtual void GenerateProtocol(const ObjCProtocolDecl *OPD) = 0;
443 ObjCPropertyDecl* OPD = cast<ObjCPropertyDecl>(*I); in PrintDeclContext() local444 Out << "<objc property> " << *OPD << '\n'; in PrintDeclContext()
817 } else if (const ObjCPropertyDecl *OPD = dyn_cast<ObjCPropertyDecl>(D)) in clang_getDeclObjCTypeEncoding() local818 Ctx.getObjCEncodingForPropertyDecl(OPD, NULL, encoding); in clang_getDeclObjCTypeEncoding()
1295 /* Bounds of data, BSS, PLT, GOT and OPD (for ppc64-linux) so that