|
clang 24.0.0git
|
The type of a lookup table which maps from language-specific address spaces to target-specific ones. More...
#include "clang/Basic/AddressSpaces.h"
Public Member Functions | |
| constexpr | LangASMap ()=default |
| constexpr | LangASMap (std::initializer_list< std::pair< LangAS, unsigned > > Mappings) |
| constexpr unsigned | operator[] (LangAS AS) const |
The type of a lookup table which maps from language-specific address spaces to target-specific ones.
Definition at line 82 of file AddressSpaces.h.
|
constexprdefault |
|
inlineconstexpr |
Definition at line 88 of file AddressSpaces.h.
Definition at line 94 of file AddressSpaces.h.