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

References

tools/clang/include/clang/AST/DeclBase.h
 1146             ASTDumpOutputFormat OutputFormat = ADOF_Default) const;
tools/clang/include/clang/Frontend/ASTConsumers.h
   42                 ASTDumpOutputFormat Format);
tools/clang/include/clang/Frontend/FrontendOptions.h
  300   ASTDumpOutputFormat ASTDumpFormat = ADOF_Default;
tools/clang/lib/AST/ASTDumper.cpp
  182                                  ASTDumpOutputFormat Format) const {
tools/clang/lib/Frontend/ASTConsumers.cpp
   38                ASTDumpOutputFormat Format, StringRef FilterString,
  105     ASTDumpOutputFormat OutputFormat;
  149                        ASTDumpOutputFormat Format) {
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/bits/unique_ptr.h
  824     make_unique(_Args&&... __args)
  825     { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); }
usr/include/c++/7.4.0/type_traits
 1629     { typedef _Tp   type; };
 1633     { typedef _Tp   type; };