clang 20.0.0git
Friends | List of all members
clang::Type::FunctionTypeBitfields Class Reference

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

#include "clang/AST/Type.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 1935 of file Type.h.

Friends And Related Function Documentation

◆ FunctionProtoType

friend class FunctionProtoType
friend

Definition at line 1936 of file Type.h.

◆ FunctionType

friend class FunctionType
friend

Definition at line 1937 of file Type.h.


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