clang 20.0.0git
|
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 () |
Records and restores the CurFPFeatures state on entry/exit of compound statements.
Sema::FPFeaturesStateRAII::FPFeaturesStateRAII | ( | Sema & | S | ) |
Sema::FPFeaturesStateRAII::~FPFeaturesStateRAII | ( | ) |
Definition at line 2756 of file Sema.cpp.
References clang::Sema::CurFPFeatures, clang::Sema::FpPragmaStack, clang::Sema::PP, and clang::Preprocessor::setCurrentFPEvalMethod().
|
inline |