clang 22.0.0git
clang::Sema::SFINAEContextBase Struct Reference

#include "clang/Sema/Sema.h"

Inheritance diagram for clang::Sema::SFINAEContextBase:
[legend]

Public Member Functions

 SFINAEContextBase (Sema &S, SFINAETrap *Cur)

Protected Member Functions

 ~SFINAEContextBase ()
 SFINAEContextBase (const SFINAEContextBase &)=delete
SFINAEContextBaseoperator= (const SFINAEContextBase &)=delete

Protected Attributes

SemaS

Detailed Description

Definition at line 12429 of file Sema.h.

Constructor & Destructor Documentation

◆ SFINAEContextBase() [1/2]

clang::Sema::SFINAEContextBase::SFINAEContextBase ( Sema & S,
SFINAETrap * Cur )
inline

◆ ~SFINAEContextBase()

clang::Sema::SFINAEContextBase::~SFINAEContextBase ( )
inlineprotected

Definition at line 12435 of file Sema.h.

References S.

◆ SFINAEContextBase() [2/2]

clang::Sema::SFINAEContextBase::SFINAEContextBase ( const SFINAEContextBase & )
protecteddelete

References SFINAEContextBase().

Member Function Documentation

◆ operator=()

SFINAEContextBase & clang::Sema::SFINAEContextBase::operator= ( const SFINAEContextBase & )
protecteddelete

References SFINAEContextBase().

Member Data Documentation

◆ S


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