clang 22.0.0git
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 901 of file Types.h.

Constructor & Destructor Documentation

◆ ContextID()

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

Definition at line 905 of file Types.h.

References Value.

Member Data Documentation

◆ Value


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