clang
3.7.0
|
Go to the source code of this file.
Namespaces | |
clang | |
llvm | |
Macros | |
#define | LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(Accessor) |
#define | LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Type, Accessor) Type Accessor() const { return this->getTypePtr()->Accessor(); } |
Typedefs | |
typedef CanQual< Type > | clang::CanQualType |
Represents a canonical, potentially-qualified type. More... | |
Functions | |
template<typename T , typename U > | |
bool | clang::operator== (CanQual< T > x, CanQual< U > y) |
template<typename T , typename U > | |
bool | clang::operator!= (CanQual< T > x, CanQual< U > y) |
const DiagnosticBuilder & | clang::operator<< (const DiagnosticBuilder &DB, CanQualType T) |
#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 | ) |
Definition at line 214 of file CanonicalType.h.