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

Definitions

include/llvm/Support/FileSystem.h
 1266   struct DirIterState {
 1332   struct RecDirIterState {
include/llvm/Support/VirtualFileSystem.h
  199 struct RecDirIterState {
tools/clang/utils/TableGen/MveEmitter.cpp
  447 class Result {
tools/lldb/include/lldb/Breakpoint/Breakpoint.h
   78 class Breakpoint : public std::enable_shared_from_this<Breakpoint>,
tools/lldb/include/lldb/Breakpoint/Watchpoint.h
   24 class Watchpoint : public std::enable_shared_from_this<Watchpoint>,
tools/lldb/include/lldb/Core/IOHandler.h
   43 class IOHandler {
tools/lldb/include/lldb/Core/Module.h
   73 class Module : public std::enable_shared_from_this<Module>,
tools/lldb/include/lldb/Core/Section.h
   96 class Section : public std::enable_shared_from_this<Section>,
tools/lldb/include/lldb/DataFormatters/FormatClasses.h
  111 class TypeNameSpecifierImpl {
tools/lldb/include/lldb/DataFormatters/TypeFormat.h
   25 class TypeFormatImpl {
tools/lldb/include/lldb/DataFormatters/TypeSummary.h
   45 class TypeSummaryImpl {
tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h
  127 class SyntheticChildren {
  271 class TypeFilterImpl : public SyntheticChildren {
  378 class ScriptedSyntheticChildren : public SyntheticChildren {
tools/lldb/include/lldb/Symbol/Type.h
   65 class Type : public std::enable_shared_from_this<Type>, public UserID {
tools/lldb/include/lldb/Target/JITLoader.h
   27 class JITLoader : public PluginInterface {
tools/lldb/include/lldb/Target/Process.h
  354 class Process : public std::enable_shared_from_this<Process>,
tools/lldb/include/lldb/Target/StackFrame.h
   40 class StackFrame : public ExecutionContextScope,
tools/lldb/include/lldb/Target/Target.h
  425 class Target : public std::enable_shared_from_this<Target>,
tools/lldb/include/lldb/Target/Thread.h
   59 class Thread : public std::enable_shared_from_this<Thread>,
tools/lldb/include/lldb/Target/ThreadPlan.h
  331 class ThreadPlan : public std::enable_shared_from_this<ThreadPlan>,
tools/lldb/include/lldb/Utility/Broadcaster.h
   75 class BroadcasterManager
  439   class BroadcasterImpl {
tools/lldb/include/lldb/Utility/Listener.h
   36 class Listener : public std::enable_shared_from_this<Listener> {
tools/lldb/include/lldb/Utility/Stream.h
   28 class Stream {
tools/lldb/include/lldb/Utility/StructuredData.h
   70   class Object : public std::enable_shared_from_this<Object> {
usr/include/c++/7.4.0/bits/shared_ptr_base.h
 1418   template<typename _Tp, _Lock_policy _Lp>