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 void | Profile (llvm::FoldingSetNodeID &ID, QualType ResultType, ExtInfo Info) |
| static bool | classof (const Type *T) |
Friends | |
| class | ASTContext |
FunctionNoProtoType - Represents a K&R-style 'int foo()' function, which has no information available about its arguments.
| static bool clang::FunctionNoProtoType::classof | ( | const Type * | T | ) | [inline, static] |
Reimplemented from clang::FunctionType.
Definition at line 2840 of file Type.h.
References clang::Type::getTypeClass().
| QualType clang::FunctionNoProtoType::desugar | ( | ) | const [inline] |
| bool clang::FunctionNoProtoType::isSugared | ( | ) | const [inline] |
| void clang::FunctionNoProtoType::Profile | ( | llvm::FoldingSetNodeID & | ID | ) | [inline] |
Definition at line 2831 of file Type.h.
Referenced by clang::ASTContext::getFunctionNoProtoType().
| static void clang::FunctionNoProtoType::Profile | ( | llvm::FoldingSetNodeID & | ID, |
| QualType | ResultType, | ||
| ExtInfo | Info | ||
| ) | [inline, static] |
Definition at line 2834 of file Type.h.
References clang::QualType::getAsOpaquePtr(), and clang::FunctionType::ExtInfo::Profile().
friend class ASTContext [friend] |
Reimplemented from clang::Type.