Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h368 unsigned ConstexprSpecifier : 2; variable
454 ConstexprSpecifier( in DeclSpec()
778 return ConstexprSpecKind(ConstexprSpecifier); in getConstexprSpecifier()
787 ConstexprSpecifier = static_cast<unsigned>(ConstexprSpecKind::Unspecified); in ClearConstexprSpec()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp1106 ConstexprSpecifier = static_cast<unsigned>(ConstexprKind); in SetConstexprSpec()