clang API Documentation
#include "clang/AST/Type.h"#include "llvm/Support/Casting.h"#include "llvm/Support/type_traits.h"#include <iterator>

Go to the source code of this file.
| #define LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR | ( | Type, | |
| Accessor | |||
| ) | Type Accessor() const { return this->getTypePtr()->Accessor(); } |
Definition at line 218 of file CanonicalType.h.
| #define LLVM_CLANG_CANPROXY_TYPE_ACCESSOR | ( | Accessor | ) |
CanQualType Accessor() const { \ return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \ }
Definition at line 213 of file CanonicalType.h.