Home
last modified time | relevance | path

Searched refs:OldEvalMethod (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2654 OldEvalMethod(S.PP.getCurrentFPEvalMethod()), in FPFeaturesStateRAII()
2660 S.PP.setCurrentFPEvalMethod(OldFPPragmaLocation, OldEvalMethod); in ~FPFeaturesStateRAII()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1578 LangOptions::FPEvalMethodKind OldEvalMethod; variable