clang 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
clang::FunctionDecl::DefaultedFunctionInfo Class Referencefinal

Stashed information about a defaulted function definition whose body has not yet been lazily generated. More...

#include "clang/AST/Decl.h"

Inheritance diagram for clang::FunctionDecl::DefaultedFunctionInfo:
Inheritance graph
[legend]

Public Member Functions

ArrayRef< DeclAccessPairgetUnqualifiedLookups () const
 Get the unqualified lookup results that should be used in this defaulted function definition.
 

Static Public Member Functions

static DefaultedFunctionInfoCreate (ASTContext &Context, ArrayRef< DeclAccessPair > Lookups)
 

Detailed Description

Stashed information about a defaulted function definition whose body has not yet been lazily generated.

Definition at line 1986 of file Decl.h.

Member Function Documentation

◆ Create()

FunctionDecl::DefaultedFunctionInfo * FunctionDecl::DefaultedFunctionInfo::Create ( ASTContext Context,
ArrayRef< DeclAccessPair Lookups 
)
static

◆ getUnqualifiedLookups()

ArrayRef< DeclAccessPair > clang::FunctionDecl::DefaultedFunctionInfo::getUnqualifiedLookups ( ) const
inline

Get the unqualified lookup results that should be used in this defaulted function definition.

Definition at line 1996 of file Decl.h.


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