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/include/clang/Basic/TargetOptions.h
   26 class TargetOptions {
tools/clang/include/clang/Tooling/Transformer/Stencil.h
   41 class StencilPartInterface {
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/Disassembler.h
   57 class Instruction {
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/CompileUnit.h
   35 class CompileUnit : public std::enable_shared_from_this<CompileUnit>,
tools/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
   86   struct CIE {
tools/lldb/include/lldb/Symbol/ObjectFile.h
   58 class ObjectFile : public std::enable_shared_from_this<ObjectFile>,
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/Target/UnixSignals.h
   22 class UnixSignals {
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/source/Plugins/Process/Utility/UnwindLLDB.h
  112   struct Cursor {
usr/include/c++/7.4.0/bits/shared_ptr.h
  371   template<typename _Tp>