Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h32 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp600 case ConstexprSpecKind::Constinit: in getSpecifierName()
1375 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit) in Finish()
H A DSemaDecl.cpp7645 case ConstexprSpecKind::Constinit: in ActOnVariableDeclarator()
8957 if (ConstexprKind == ConstexprSpecKind::Constinit) { in CreateNewFunctionDecl()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp423 case ConstexprSpecKind::Constinit: in renderSpecifiers()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp3928 isInvalid = DS.SetConstexprSpec(ConstexprSpecKind::Constinit, Loc, in ParseDeclarationSpecifiers()