|
clang
5.0.0
|
Provides definitions for the various language-specific address spaces. More...
Go to the source code of this file.
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::LangAS | |
Typedefs | |
| typedef unsigned | clang::LangAS::Map [FirstTargetAddressSpace] |
| The type of a lookup table which maps from language-specific address spaces to target-specific ones. More... | |
Enumerations | |
| enum | clang::LangAS::ID { clang::LangAS::Default = 0, clang::LangAS::opencl_global, clang::LangAS::opencl_local, clang::LangAS::opencl_constant, clang::LangAS::opencl_generic, clang::LangAS::cuda_device, clang::LangAS::cuda_constant, clang::LangAS::cuda_shared, clang::LangAS::FirstTargetAddressSpace } |
| Defines the address space values used by the address space qualifier of QualType. More... | |
Provides definitions for the various language-specific address spaces.
Definition in file AddressSpaces.h.
1.8.6