#include "CIRGenFunction.h"
#include "CIRGenCXXABI.h"
#include "CIRGenCall.h"
#include "CIRGenValue.h"
#include "mlir/IR/Location.h"
#include "clang/AST/ExprCXX.h"
#include "clang/AST/GlobalDecl.h"
#include "clang/CIR/MissingFeatures.h"
#include <cassert>
#include "clang/AST/TypeNodes.inc"
Go to the source code of this file.
|
namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI.
|
namespace | clang::CIRGen |
|
#define | TYPE(name, parent) |
#define | ABSTRACT_TYPE(name, parent) |
#define | NON_CANONICAL_TYPE(name, parent) |
#define | DEPENDENT_TYPE(name, parent) |
#define | NON_CANONICAL_UNLESS_DEPENDENT_TYPE(name, parent) |
#define | TYPE(Class, Base) |
#define | ABSTRACT_TYPE(Class, Base) |
#define | NON_CANONICAL_TYPE(Class, Base) |
#define | DEPENDENT_TYPE(Class, Base) |
#define | NON_CANONICAL_UNLESS_DEPENDENT_TYPE(Class, Base) |
â ABSTRACT_TYPE [1/2]
#define ABSTRACT_TYPE |
( |
| Class, |
|
|
| Base ) |
â ABSTRACT_TYPE [2/2]
#define ABSTRACT_TYPE |
( |
| name, |
|
|
| parent ) |
â DEPENDENT_TYPE [1/2]
#define DEPENDENT_TYPE |
( |
| Class, |
|
|
| Base ) |
â DEPENDENT_TYPE [2/2]
#define DEPENDENT_TYPE |
( |
| name, |
|
|
| parent ) |
â NON_CANONICAL_TYPE [1/2]
#define NON_CANONICAL_TYPE |
( |
| Class, |
|
|
| Base ) |
â NON_CANONICAL_TYPE [2/2]
#define NON_CANONICAL_TYPE |
( |
| name, |
|
|
| parent ) |
â NON_CANONICAL_UNLESS_DEPENDENT_TYPE [1/2]
#define NON_CANONICAL_UNLESS_DEPENDENT_TYPE |
( |
| Class, |
|
|
| Base ) |
â NON_CANONICAL_UNLESS_DEPENDENT_TYPE [2/2]
#define NON_CANONICAL_UNLESS_DEPENDENT_TYPE |
( |
| name, |
|
|
| parent ) |
â TYPE [1/2]
#define TYPE |
( |
| Class, |
|
|
| Base ) |
â TYPE [2/2]
#define TYPE |
( |
| name, |
|
|
| parent ) |