clang  20.0.0git
Typedefs | Enumerations
clang::api_notes::context_block Namespace Reference

Typedefs

using ContextIDLayout = llvm::BCRecordLayout< CONTEXT_ID_DATA, llvm::BCVBR< 16 >, llvm::BCBlob >
 
using ContextInfoLayout = llvm::BCRecordLayout< CONTEXT_INFO_DATA, llvm::BCVBR< 16 >, llvm::BCBlob >
 

Enumerations

enum  { CONTEXT_ID_DATA = 1 , CONTEXT_INFO_DATA = 2 }
 

Typedef Documentation

◆ ContextIDLayout

using clang::api_notes::context_block::ContextIDLayout = typedef llvm::BCRecordLayout<CONTEXT_ID_DATA, llvm::BCVBR<16>, llvm::BCBlob >

Definition at line 149 of file APINotesFormat.h.

◆ ContextInfoLayout

using clang::api_notes::context_block::ContextInfoLayout = typedef llvm::BCRecordLayout< CONTEXT_INFO_DATA, llvm::BCVBR<16>, llvm::BCBlob >

Definition at line 157 of file APINotesFormat.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
CONTEXT_ID_DATA 
CONTEXT_INFO_DATA 

Definition at line 144 of file APINotesFormat.h.