#include "clang/AST/Type.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/iterator.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/PointerLikeTypeTraits.h"
#include <cassert>
#include <iterator>
#include <type_traits>
Go to the source code of this file.
|
namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI.
|
namespace | llvm |
| Diagnostic wrappers for TextAPI types for error reporting.
|
◆ LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR
#define LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR |
( |
| Type, |
|
|
| Accessor ) |
Value:Type Accessor() const { return this->getTypePtr()->Accessor(); }
Definition at line 234 of file CanonicalType.h.
◆ LLVM_CLANG_CANPROXY_TYPE_ACCESSOR
#define LLVM_CLANG_CANPROXY_TYPE_ACCESSOR |
( |
| Accessor | ) |
|
Value:CanQualType Accessor() const { \
return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \
}
Definition at line 229 of file CanonicalType.h.