clang API Documentation
#include <Type.h>
Public Member Functions | |
QualType | getInnerType () const |
bool | isSugared () const |
QualType | desugar () const |
void | Profile (llvm::FoldingSetNodeID &ID) |
Static Public Member Functions | |
static void | Profile (llvm::FoldingSetNodeID &ID, QualType Inner) |
static bool | classof (const Type *T) |
Friends | |
class | ASTContext |
ParenType - Sugar for parentheses used when specifying types.
static bool clang::ParenType::classof | ( | const Type * | T | ) | [inline, static] |
Definition at line 1970 of file Type.h.
References clang::Type::getTypeClass(), and Paren.
QualType clang::ParenType::desugar | ( | ) | const [inline] |
QualType clang::ParenType::getInnerType | ( | ) | const [inline] |
Definition at line 1958 of file Type.h.
Referenced by clang::ASTNodeImporter::VisitParenType().
bool clang::ParenType::isSugared | ( | ) | const [inline] |
void clang::ParenType::Profile | ( | llvm::FoldingSetNodeID & | ID | ) | [inline] |
Definition at line 1963 of file Type.h.
Referenced by clang::ASTContext::getParenType().
static void clang::ParenType::Profile | ( | llvm::FoldingSetNodeID & | ID, |
QualType | Inner | ||
) | [inline, static] |
Definition at line 1966 of file Type.h.
References clang::QualType::Profile().
friend class ASTContext [friend] |
Reimplemented from clang::Type.