#include "clang/AST/NSAPI.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/Expr.h"
#include "llvm/ADT/StringSwitch.h"
#include <optional>
#include "clang/Basic/OpenCLImageTypes.def"
#include "clang/Basic/OpenCLExtensionTypes.def"
#include "clang/Basic/AArch64ACLETypes.def"
#include "clang/Basic/PPCTypes.def"
#include "clang/Basic/RISCVVTypes.def"
#include "clang/Basic/WebAssemblyReferenceTypes.def"
#include "clang/Basic/AMDGPUTypes.def"
#include "clang/Basic/HLSLIntangibleTypes.def"
Go to the source code of this file.
|
#define | IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) |
#define | EXT_OPAQUE_TYPE(ExtType, Id, Ext) |
#define | SVE_TYPE(Name, Id, SingletonId) |
#define | PPC_VECTOR_TYPE(Name, Id, Size) |
#define | RVV_TYPE(Name, Id, SingletonId) |
#define | WASM_TYPE(Name, Id, SingletonId) |
#define | AMDGPU_TYPE(Name, Id, SingletonId, Width, Align) |
#define | HLSL_INTANGIBLE_TYPE(Name, Id, SingletonId) |
â AMDGPU_TYPE
#define AMDGPU_TYPE |
( |
| Name, |
|
|
| Id, |
|
|
| SingletonId, |
|
|
| Width, |
|
|
| Align ) |
â EXT_OPAQUE_TYPE
#define EXT_OPAQUE_TYPE |
( |
| ExtType, |
|
|
| Id, |
|
|
| Ext ) |
â HLSL_INTANGIBLE_TYPE
#define HLSL_INTANGIBLE_TYPE |
( |
| Name, |
|
|
| Id, |
|
|
| SingletonId ) |
â IMAGE_TYPE
#define IMAGE_TYPE |
( |
| ImgType, |
|
|
| Id, |
|
|
| SingletonId, |
|
|
| Access, |
|
|
| Suffix ) |
â PPC_VECTOR_TYPE
#define PPC_VECTOR_TYPE |
( |
| Name, |
|
|
| Id, |
|
|
| Size ) |
â RVV_TYPE
#define RVV_TYPE |
( |
| Name, |
|
|
| Id, |
|
|
| SingletonId ) |
â SVE_TYPE
#define SVE_TYPE |
( |
| Name, |
|
|
| Id, |
|
|
| SingletonId ) |
â WASM_TYPE
#define WASM_TYPE |
( |
| Name, |
|
|
| Id, |
|
|
| SingletonId ) |