|
clang
3.8.0
|
Go to the source code of this file.
Namespaces | |
| clang | |
| Dataflow Directional Tag Classes. | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
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.
1.8.6