clang 22.0.0git
clang::Type::FunctionTypeBitfields Class Reference

FunctionTypeBitfields store various bits belonging to FunctionProtoType. More...

#include "clang/AST/TypeBase.h"

Friends

class FunctionProtoType
class FunctionType

Detailed Description

FunctionTypeBitfields store various bits belonging to FunctionProtoType.

Only common bits are stored here. Additional uncommon bits are stored in a trailing object after FunctionProtoType.

Definition at line 1944 of file TypeBase.h.

◆ FunctionProtoType

friend class FunctionProtoType
friend

Definition at line 1945 of file TypeBase.h.

References FunctionProtoType.

Referenced by FunctionProtoType.

◆ FunctionType

friend class FunctionType
friend

The documentation for this class was generated from the following file: