Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h35 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enum
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h404 LLVM_PREFERRED_TYPE(ConstexprSpecKind) in LLVM_PREFERRED_TYPE() argument