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

References

tools/clang/include/clang/AST/Decl.h
 2700             InClassInitStyle InitStyle)
 2716                            InClassInitStyle InitStyle);
 2783   InClassInitStyle getInClassInitStyle() const {
tools/clang/include/clang/Sema/Sema.h
 2530                          InClassInitStyle InitStyle,
 2535                                    InClassInitStyle InitStyle,
 2543                             InClassInitStyle InitStyle,
 6231                                  InClassInitStyle InitStyle);
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)...);
  257                                    FromDeclT *FromD, Args &&... args) {
  265       ToD = CreateFun(std::forward<Args>(args)...);
tools/clang/lib/AST/Decl.cpp
 3931                              InClassInitStyle InitStyle) {
tools/clang/lib/Parse/ParseDeclCXX.cpp
 2765     InClassInitStyle HasInClassInit = ICIS_NoInit;
tools/clang/lib/Sema/SemaDecl.cpp
15874                              InClassInitStyle InitStyle,
15980                                 InClassInitStyle InitStyle,
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3150                                InClassInitStyle InitStyle) {
16147                                        InClassInitStyle InitStyle,
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; };