class ObjCImplementationContext

Declaration

class ObjCImplementationContext { /* full declaration omitted */ };

Declared at: clang/lib/ARCMigrate/Transforms.h:59

Member Variables

private clang::arcmt::trans::MigrationContext& MigrateCtx
private clang::ObjCImplementationDecl* ImpD

Method Overview

Methods

ObjCImplementationContext(
    clang::arcmt::trans::MigrationContext&
        MigrateCtx,
    clang::ObjCImplementationDecl* D)

Declared at: clang/lib/ARCMigrate/Transforms.h:64

Parameters

clang::arcmt::trans::MigrationContext& MigrateCtx
clang::ObjCImplementationDecl* D

clang::ObjCImplementationDecl*
getImplementationDecl()

Declared at: clang/lib/ARCMigrate/Transforms.h:69

clang::arcmt::trans::MigrationContext&
getMigrationContext()

Declared at: clang/lib/ARCMigrate/Transforms.h:68