Home
last modified time | relevance | path

Searched refs:ImpD (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransforms.h61 ObjCImplementationDecl *ImpD; variable
66 : MigrateCtx(MigrateCtx), ImpD(D) {} in ObjCImplementationContext()
69 ObjCImplementationDecl *getImplementationDecl() { return ImpD; } in getImplementationDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp754 const ObjCImplementationDecl *ImpD = IntD->getImplementation(); in createObjCPropertyGetter() local
755 for (const auto *PI : ImpD->property_impls()) { in createObjCPropertyGetter()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2824 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateTypeDefinition() local
2826 ImpD->FindPropertyImplIvarDecl(Field->getIdentifier())) { in CreateTypeDefinition()