reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Decl.h
 1901                ConstexprSpecKind ConstexprKind);
 1936          ConstexprSpecKind ConstexprKind = CSK_unspecified) {
 1948                               ConstexprSpecKind ConstexprKind);
 2148   void setConstexprKind(ConstexprSpecKind CSK) {
 2151   ConstexprSpecKind getConstexprKind() const {
tools/clang/include/clang/AST/DeclCXX.h
 1912                 bool isInline, ConstexprSpecKind ConstexprKind,
 1925                                bool isInline, ConstexprSpecKind ConstexprKind,
 2380                      bool isImplicitlyDeclared, ConstexprSpecKind ConstexprKind,
 2433          ConstexprSpecKind ConstexprKind,
 2641                     bool isImplicitlyDeclared, ConstexprSpecKind ConstexprKind)
 2655                                    ConstexprSpecKind ConstexprKind);
 2694                     ConstexprSpecKind ConstexprKind, SourceLocation EndLocation)
 2711          bool isInline, ExplicitSpecifier ES, ConstexprSpecKind ConstexprKind,
tools/clang/include/clang/Sema/DeclSpec.h
  533   static const char *getSpecifierName(ConstexprSpecKind C);
  722   bool SetConstexprSpec(ConstexprSpecKind ConstexprKind, SourceLocation Loc,
  731   ConstexprSpecKind getConstexprSpecifier() const {
tools/clang/include/clang/Sema/Sema.h
 1385         const SemaDiagnosticBuilder &Diag, const T &Value) {
 5997                                        ConstexprSpecKind ConstexprKind);
tools/clang/lib/AST/ASTImporter.cpp
  216       auto operator()(Args &&... args)
  217           -> decltype(ToDeclT::Create(std::forward<Args>(args)...)) {
  218         return ToDeclT::Create(std::forward<Args>(args)...);
  230                                                 Args &&... args) {
  236                                             std::forward<Args>(args)...);
  246                                                 Args &&... args) {
  249                                             std::forward<Args>(args)...);
  257                                    FromDeclT *FromD, Args &&... args) {
  265       ToD = CreateFun(std::forward<Args>(args)...);
tools/clang/lib/AST/Decl.cpp
 2769                            ConstexprSpecKind ConstexprKind)
 4629                                    ConstexprSpecKind ConstexprKind) {
tools/clang/lib/AST/DeclCXX.cpp
 2044                                      ConstexprSpecKind ConstexprKind,
 2435     ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited)
 2473     ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited) {
 2609     bool isInline, bool isImplicitlyDeclared, ConstexprSpecKind ConstexprKind) {
 2640     bool isInline, ExplicitSpecifier ES, ConstexprSpecKind ConstexprKind,
tools/clang/lib/Sema/DeclSpec.cpp
  454 template <class T> static bool BadSpecifier(T TNew, T TPrev,
  454 template <class T> static bool BadSpecifier(T TNew, T TPrev,
  567 const char *DeclSpec::getSpecifierName(ConstexprSpecKind C) {
 1037 bool DeclSpec::SetConstexprSpec(ConstexprSpecKind ConstexprKind,
tools/clang/lib/Sema/SemaDecl.cpp
 8177   ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier();
 8817     if (ConstexprSpecKind ConstexprKind =
tools/clang/lib/Sema/SemaLambda.cpp
  364                                            ConstexprSpecKind ConstexprKind) {
tools/lldb/source/Symbol/ClangASTContext.cpp
 8176           ConstexprSpecKind::CSK_unspecified);
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   73     forward(typename std::remove_reference<_Tp>::type& __t) noexcept
   83     constexpr _Tp&&
   84     forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
usr/include/c++/7.4.0/type_traits
 1629     { typedef _Tp   type; };