clang API Documentation
#include <Type.h>
Public Member Functions | |
bool | isSugared () const |
QualType | desugar () const |
void | Profile (llvm::FoldingSetNodeID &ID) |
Static Public Member Functions | |
static bool | classof (const Type *T) |
static void | Profile (llvm::FoldingSetNodeID &ID, QualType ET, ArraySizeModifier SizeMod, unsigned TypeQuals) |
Friends | |
class | ASTContext |
class | StmtIteratorBase |
IncompleteArrayType - This class represents C arrays with an unspecified size. For example 'int A[]' has an IncompleteArrayType where the element type is 'int' and the size is unspecified.
static bool clang::IncompleteArrayType::classof | ( | const Type * | T | ) | [inline, static] |
Reimplemented from clang::ArrayType.
Definition at line 2352 of file Type.h.
References clang::Type::getTypeClass().
QualType clang::IncompleteArrayType::desugar | ( | ) | const [inline] |
bool clang::IncompleteArrayType::isSugared | ( | ) | const [inline] |
void clang::IncompleteArrayType::Profile | ( | llvm::FoldingSetNodeID & | ID | ) | [inline] |
Definition at line 2358 of file Type.h.
References getElementType().
Referenced by clang::ASTContext::getIncompleteArrayType().
static void clang::IncompleteArrayType::Profile | ( | llvm::FoldingSetNodeID & | ID, |
QualType | ET, | ||
ArraySizeModifier | SizeMod, | ||
unsigned | TypeQuals | ||
) | [inline, static] |
Definition at line 2363 of file Type.h.
References clang::QualType::getAsOpaquePtr().
friend class ASTContext [friend] |
Reimplemented from clang::ArrayType.
friend class StmtIteratorBase [friend] |