Searched refs:OPD (Results 1 – 4 of 4) sorted by relevance
192 const ObjCProtocolDecl *OPD) = 0;196 virtual void GenerateProtocol(const ObjCProtocolDecl *OPD) = 0;
347 if (auto *OPD = dyn_cast<OMPParallelDirective>(&D)) in emitParallelOutlinedFunction() local348 HasCancel = OPD->hasCancel(); in emitParallelOutlinedFunction()
450 ObjCPropertyDecl* OPD = cast<ObjCPropertyDecl>(I); in PrintDeclContext() local451 Out << "<objc property> " << *OPD << '\n'; in PrintDeclContext()
893 } else if (const ObjCPropertyDecl *OPD = dyn_cast<ObjCPropertyDecl>(D)) in clang_getDeclObjCTypeEncoding() local894 Ctx.getObjCEncodingForPropertyDecl(OPD, nullptr, encoding); in clang_getDeclObjCTypeEncoding()