clang 19.0.0git
Public Member Functions | List of all members
clang::arcmt::trans::ObjCImplementationContext Class Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/ARCMigrate/Transforms.h"

Public Member Functions

 ObjCImplementationContext (MigrationContext &MigrateCtx, ObjCImplementationDecl *D)
 
MigrationContextgetMigrationContext ()
 
ObjCImplementationDeclgetImplementationDecl ()
 

Detailed Description

Definition at line 59 of file Transforms.h.

Constructor & Destructor Documentation

◆ ObjCImplementationContext()

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

Definition at line 64 of file Transforms.h.

Member Function Documentation

◆ getImplementationDecl()

ObjCImplementationDecl * clang::arcmt::trans::ObjCImplementationContext::getImplementationDecl ( )
inline

◆ getMigrationContext()

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

The documentation for this class was generated from the following file: