clang API Documentation
TypeOfType (GCC extension). More...
#include <Type.h>


Public Member Functions | |
| QualType | getUnderlyingType () const |
| QualType | desugar () const |
| Remove a single level of sugar. | |
| bool | isSugared () const |
| Returns whether this type directly provides sugar. | |
Static Public Member Functions | |
| static bool | classof (const Type *T) |
Friends | |
| class | ASTContext |
TypeOfType (GCC extension).
| static bool clang::TypeOfType::classof | ( | const Type * | T | ) | [inline, static] |
Definition at line 3252 of file Type.h.
References clang::Type::getTypeClass().
| QualType clang::TypeOfType::desugar | ( | ) | const [inline] |
Remove a single level of sugar.
Definition at line 3247 of file Type.h.
References getUnderlyingType().
| QualType clang::TypeOfType::getUnderlyingType | ( | ) | const [inline] |
Definition at line 3244 of file Type.h.
Referenced by clang::ASTNodeImporter::VisitTypeOfType().
| bool clang::TypeOfType::isSugared | ( | ) | const [inline] |
friend class ASTContext [friend] |
Reimplemented from clang::Type.