Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DTransforms.h62 ObjCImplementationDecl *ImpD; variable
67 : MigrateCtx(MigrateCtx), ImpD(D) {} in ObjCImplementationContext()
70 ObjCImplementationDecl *getImplementationDecl() { return ImpD; } in getImplementationDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp1703 if (ObjCImplementationDecl *ImpD = ID->getImplementation()) { in CreateType() local
1705 ImpD->FindPropertyImplIvarDecl(Field->getIdentifier())) { in CreateType()