clang API Documentation
#include <Type.h>
Public Member Functions | |
void | Profile (llvm::FoldingSetNodeID &ID) |
Static Public Member Functions | |
static void | Profile (llvm::FoldingSetNodeID &ID, QualType Base, ObjCProtocolDecl *const *protocols, unsigned NumProtocols) |
Friends | |
class | ASTContext |
ObjCObjectTypeImpl - A class providing a concrete implementation of ObjCObjectType, so as to not increase the footprint of ObjCInterfaceType. Code outside of ASTContext and the core type system should not reference this type.
void ObjCObjectTypeImpl::Profile | ( | llvm::FoldingSetNodeID & | ID | ) |
Definition at line 2082 of file Type.cpp.
References clang::ObjCObjectType::getBaseType(), clang::ObjCObjectType::getNumProtocols(), and clang::ObjCObjectType::qual_begin().
Referenced by clang::ASTContext::getObjCObjectType().
void ObjCObjectTypeImpl::Profile | ( | llvm::FoldingSetNodeID & | ID, |
QualType | Base, | ||
ObjCProtocolDecl *const * | protocols, | ||
unsigned | NumProtocols | ||
) | [static] |
Definition at line 2073 of file Type.cpp.
References clang::QualType::getAsOpaquePtr().
friend class ASTContext [friend] |
Reimplemented from clang::Type.