Home
last modified time | relevance | path

Searched refs:OPD (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjCRuntime.h192 const ObjCProtocolDecl *OPD) = 0;
196 virtual void GenerateProtocol(const ObjCProtocolDecl *OPD) = 0;
DCGOpenMPRuntime.cpp849 if (auto *OPD = dyn_cast<OMPParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() local
850 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
/external/clang/lib/Frontend/
DASTConsumers.cpp448 ObjCPropertyDecl* OPD = cast<ObjCPropertyDecl>(I); in PrintDeclContext() local
449 Out << "<objc property> " << *OPD << '\n'; in PrintDeclContext()
/external/clang/tools/libclang/
DCXType.cpp906 } else if (const ObjCPropertyDecl *OPD = dyn_cast<ObjCPropertyDecl>(D)) in clang_getDeclObjCTypeEncoding() local
907 Ctx.getObjCEncodingForPropertyDecl(OPD, nullptr, encoding); in clang_getDeclObjCTypeEncoding()