clang 19.0.0git
Typedefs | Enumerations
clang::api_notes::objc_context_block Namespace Reference

Typedefs

using ObjCContextIDLayout = llvm::BCRecordLayout< OBJC_CONTEXT_ID_DATA, llvm::BCVBR< 16 >, llvm::BCBlob >
 
using ObjCContextInfoLayout = llvm::BCRecordLayout< OBJC_CONTEXT_INFO_DATA, llvm::BCVBR< 16 >, llvm::BCBlob >
 

Enumerations

enum  { OBJC_CONTEXT_ID_DATA = 1 , OBJC_CONTEXT_INFO_DATA = 2 }
 

Typedef Documentation

◆ ObjCContextIDLayout

using clang::api_notes::objc_context_block::ObjCContextIDLayout = typedef llvm::BCRecordLayout<OBJC_CONTEXT_ID_DATA, llvm::BCVBR<16>, llvm::BCBlob >

Definition at line 138 of file APINotesFormat.h.

◆ ObjCContextInfoLayout

using clang::api_notes::objc_context_block::ObjCContextInfoLayout = typedef llvm::BCRecordLayout< OBJC_CONTEXT_INFO_DATA, llvm::BCVBR<16>, llvm::BCBlob >

Definition at line 146 of file APINotesFormat.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
OBJC_CONTEXT_ID_DATA 
OBJC_CONTEXT_INFO_DATA 

Definition at line 133 of file APINotesFormat.h.