clang 20.0.0git
Friends | List of all members
clang::DeclContext::FunctionDeclBitfields Class Reference

Stores the bits used by FunctionDecl. More...

#include "clang/AST/DeclBase.h"

Friends

class FunctionDecl
 
class CXXDeductionGuideDecl
 For DeductionCandidateKind.
 

Detailed Description

Stores the bits used by FunctionDecl.

If modified NumFunctionDeclBits and the accessor methods in FunctionDecl and CXXDeductionGuideDecl (for DeductionCandidateKind) should be updated appropriately.

Definition at line 1724 of file DeclBase.h.

Friends And Related Function Documentation

◆ CXXDeductionGuideDecl

friend class CXXDeductionGuideDecl
friend

For DeductionCandidateKind.

Definition at line 1727 of file DeclBase.h.

◆ FunctionDecl

friend class FunctionDecl
friend

Definition at line 1725 of file DeclBase.h.


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