clang API Documentation


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 219 of file CanonicalType.h.
| #define LLVM_CLANG_CANPROXY_TYPE_ACCESSOR | ( | Accessor | ) |
CanQualType Accessor() const { \ return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \ }
Definition at line 214 of file CanonicalType.h.