Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h355 unsigned Constexpr_specified : 1; variable
430 Constexpr_specified(false), in DeclSpec()
689 bool isConstexprSpecified() const { return Constexpr_specified; } in isConstexprSpecified()
696 Constexpr_specified = false; in ClearConstexprSpec()
/external/clang/lib/Sema/
DDeclSpec.cpp884 if (Constexpr_specified) { in SetConstexprSpec()
889 Constexpr_specified = true; in SetConstexprSpec()
1138 if (Constexpr_specified) in Finish()