Home
last modified time | relevance | path

Searched refs:Constinit (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp608 case ConstexprSpecKind::Constinit: in getSpecifierName()
1382 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit) in Finish()
H A DSemaDecl.cpp7768 case ConstexprSpecKind::Constinit: in ActOnVariableDeclarator()
9095 if (ConstexprKind == ConstexprSpecKind::Constinit) { in CreateNewFunctionDecl()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp4006 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constinit, Loc, in ParseDeclarationSpecifiers()