clang 19.0.0git
Classes | Namespaces | Functions
CGObjCRuntime.h File Reference
#include "CGBuilder.h"
#include "CGCall.h"
#include "CGCleanup.h"
#include "CGValue.h"
#include "clang/AST/DeclObjC.h"
#include "clang/Basic/IdentifierTable.h"
#include "llvm/ADT/UniqueVector.h"

Go to the source code of this file.

Classes

class  clang::CodeGen::CGObjCRuntime
 Implements runtime-specific code generation functions. More...
 
struct  clang::CodeGen::CGObjCRuntime::MessageSendInfo
 

Namespaces

namespace  llvm
 YAML serialization mapping.
 
namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::CodeGen
 

Functions

CGObjCRuntimeclang::CodeGen::CreateGNUObjCRuntime (CodeGenModule &CGM)
 Creates an instance of an Objective-C runtime class.
 
CGObjCRuntime * clang::CodeGen::CreateMacObjCRuntime (CodeGenModule &CGM)