|
clang 22.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 | ) |
Definition at line 2900 of file Sema.cpp.
References clang::Sema::CurFPFeatures, clang::Sema::FpPragmaStack, clang::Sema::PP, and clang::Sema::Sema().
|
inline |