clang 22.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 ()
FPOptionsOverride getOverrides ()

Detailed Description

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

Definition at line 13889 of file Sema.h.

Constructor & Destructor Documentation

◆ FPFeaturesStateRAII()

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

◆ ~FPFeaturesStateRAII()

Sema::FPFeaturesStateRAII::~FPFeaturesStateRAII ( )

Definition at line 2904 of file Sema.cpp.

Member Function Documentation

◆ getOverrides()

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

Definition at line 13893 of file Sema.h.


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