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