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

References

include/llvm/ADT/StringMap.h
  134   StringMapEntryStorage(size_t strLen, InitTy &&... InitVals)
  160   using StringMapEntryStorage<ValueTy>::StringMapEntryStorage;
  179                                 InitTy &&... InitVals) {
  204   static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
  432   std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&... Args) {
tools/lldb/include/lldb/Utility/Log.h
  100   static void Register(llvm::StringRef name, Channel &channel);
  133   Log(Channel &channel) : m_channel(channel) {}
  173   Channel &m_channel;
tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
   26 Log::Channel ProcessPOSIXLog::g_channel(g_categories, POSIX_LOG_DEFAULT);
tools/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h
   28   static Log::Channel g_channel;
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
   36 Log::Channel ProcessGDBRemoteLog::g_channel(g_categories, GDBR_LOG_DEFAULT);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h
   34   static Log::Channel g_channel;
tools/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
   27 Log::Channel LogChannelDWARF::g_channel(g_categories, DWARF_LOG_DEFAULT);
tools/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h
   24   static Log::Channel g_channel;
tools/lldb/source/Utility/Log.cpp
  188 void Log::Register(llvm::StringRef name, Channel &channel) {
tools/lldb/source/Utility/Logging.cpp
   52 static Log::Channel g_log_channel(g_categories, LIBLLDB_LOG_DEFAULT);
tools/lldb/unittests/Utility/LogTest.cpp
   27 static Log::Channel test_channel(test_categories, default_flags);
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };