clang 22.0.0git
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 1731 of file DeclBase.h.

◆ CXXDeductionGuideDecl

friend class CXXDeductionGuideDecl
friend

For DeductionCandidateKind.

Definition at line 1734 of file DeclBase.h.

References CXXDeductionGuideDecl, and clang::DeclContext::NumDeclContextBits.

Referenced by CXXDeductionGuideDecl.

◆ FunctionDecl

friend class FunctionDecl
friend

Definition at line 1732 of file DeclBase.h.

References FunctionDecl.

Referenced by FunctionDecl.


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