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.cpp347 if (auto *OPD = dyn_cast<OMPParallelDirective>(&D)) in emitParallelOutlinedFunction() local
348 HasCancel = OPD->hasCancel(); in emitParallelOutlinedFunction()
/external/clang/lib/Frontend/
DASTConsumers.cpp450 ObjCPropertyDecl* OPD = cast<ObjCPropertyDecl>(I); in PrintDeclContext() local
451 Out << "<objc property> " << *OPD << '\n'; in PrintDeclContext()
/external/clang/tools/libclang/
DCXType.cpp893 } else if (const ObjCPropertyDecl *OPD = dyn_cast<ObjCPropertyDecl>(D)) in clang_getDeclObjCTypeEncoding() local
894 Ctx.getObjCEncodingForPropertyDecl(OPD, nullptr, encoding); in clang_getDeclObjCTypeEncoding()