Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmt.cpp390 if (getCurFPFeatures().isFPConstrained()) { in ActOnAfterCompoundStatementLeadingPragmas()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h1553 FPOptions &getCurFPFeatures() { return CurFPFeatures; } in getCurFPFeatures() function