Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h35 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp624 case ConstexprSpecKind::Constinit: in getSpecifierName()
1429 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit) in Finish()
H A DSemaDecl.cpp7757 case ConstexprSpecKind::Constinit: in ActOnVariableDeclarator()
9143 if (ConstexprKind == ConstexprSpecKind::Constinit || in CreateNewFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4449 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constinit, Loc, in ParseDeclarationSpecifiers()