Home
last modified time | relevance | path

Searched defs:ConstexprSpecKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h35 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enum
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h404 LLVM_PREFERRED_TYPE(ConstexprSpecKind) in LLVM_PREFERRED_TYPE() argument