Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h367 unsigned Constexpr_specified : 1; variable
444 Constexpr_specified(false), in DeclSpec()
727 bool isConstexprSpecified() const { return Constexpr_specified; } in isConstexprSpecified()
731 Constexpr_specified = false; in ClearConstexprSpec()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp1011 if (Constexpr_specified) { in SetConstexprSpec()
1016 Constexpr_specified = true; in SetConstexprSpec()
1259 if (Constexpr_specified) in Finish()