clang 23.0.0git
clang::Sema::FPFeaturesStateRAII Class Reference

Records and restores the CurFPFeatures state on entry/exit of compound statements. More...

#include "clang/Sema/Sema.h"

Public Member Functions

 FPFeaturesStateRAII (Sema &S)
 ~FPFeaturesStateRAII ()
 FPFeaturesStateRAII (const FPFeaturesStateRAII &)=delete
FPFeaturesStateRAIIoperator= (const FPFeaturesStateRAII &)=delete
FPOptionsOverride getOverrides ()

Detailed Description

Records and restores the CurFPFeatures state on entry/exit of compound statements.

Definition at line 14163 of file Sema.h.

Constructor & Destructor Documentation

◆ FPFeaturesStateRAII() [1/2]

Sema::FPFeaturesStateRAII::FPFeaturesStateRAII ( Sema & S)

◆ ~FPFeaturesStateRAII()

Sema::FPFeaturesStateRAII::~FPFeaturesStateRAII ( )

Definition at line 2993 of file Sema.cpp.

◆ FPFeaturesStateRAII() [2/2]

clang::Sema::FPFeaturesStateRAII::FPFeaturesStateRAII ( const FPFeaturesStateRAII & )
delete

References FPFeaturesStateRAII().

Member Function Documentation

◆ getOverrides()

FPOptionsOverride clang::Sema::FPFeaturesStateRAII::getOverrides ( )
inline

Definition at line 14169 of file Sema.h.

◆ operator=()

FPFeaturesStateRAII & clang::Sema::FPFeaturesStateRAII::operator= ( const FPFeaturesStateRAII & )
delete

References FPFeaturesStateRAII().


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