clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::api_notes::ContextID Class Reference

Opaque context ID used to refer to an Objective-C class or protocol or a C++ namespace. More...

#include "clang/APINotes/Types.h"

Public Member Functions

 ContextID (unsigned value)
 

Public Attributes

unsigned Value
 

Detailed Description

Opaque context ID used to refer to an Objective-C class or protocol or a C++ namespace.

Definition at line 787 of file Types.h.

Constructor & Destructor Documentation

◆ ContextID()

clang::api_notes::ContextID::ContextID ( unsigned  value)
inlineexplicit

Definition at line 791 of file Types.h.

Member Data Documentation

◆ Value

unsigned clang::api_notes::ContextID::Value

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