clang 18.0.0git
|
Stashed information about a defaulted function definition whose body has not yet been lazily generated. More...
#include "clang/AST/Decl.h"
Public Member Functions | |
ArrayRef< DeclAccessPair > | getUnqualifiedLookups () const |
Get the unqualified lookup results that should be used in this defaulted function definition. | |
Static Public Member Functions | |
static DefaultedFunctionInfo * | Create (ASTContext &Context, ArrayRef< DeclAccessPair > Lookups) |
Stashed information about a defaulted function definition whose body has not yet been lazily generated.
|
static |
Definition at line 3082 of file Decl.cpp.
References clang::ASTContext::Allocate().
Referenced by clang::Sema::CheckExplicitlyDefaultedComparison(), clang::TemplateDeclInstantiator::SubstDefaultedFunction(), and clang::ASTDeclReader::VisitFunctionDecl().
|
inline |