class Type::ObjCObjectTypeBitfields

Declaration

class Type::ObjCObjectTypeBitfields { /* full declaration omitted */ };

Declared at: clang/include/clang/AST/Type.h:1693

Member Variables

private unsigned int
private unsigned int NumTypeArgs
The number of type arguments stored directly on this object type.
private unsigned int NumProtocols
The number of protocols stored directly on this object type.
private unsigned int IsKindOf
Whether this is a "kindof" type.