Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h361 unsigned Constexpr_specified : 1; variable
439 Constexpr_specified(false), in DeclSpec()
706 bool isConstexprSpecified() const { return Constexpr_specified; } in isConstexprSpecified()
713 Constexpr_specified = false; in ClearConstexprSpec()
/external/clang/lib/Sema/
DDeclSpec.cpp911 if (Constexpr_specified) { in SetConstexprSpec()
916 Constexpr_specified = true; in SetConstexprSpec()
1165 if (Constexpr_specified) in Finish()