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

Definitions

include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
   75 class DebugChecksumsSubsection final : public DebugSubsection {
include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
   56 class DebugStringTableSubsection : public DebugSubsection {
include/llvm/DebugInfo/CodeView/DebugSubsection.h
   32 class DebugSubsection {
include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
   28 class ModuleDebugStreamRef {
include/llvm/Support/Automaton.h
   60 class NfaTranscriber {
tools/clang/include/clang/Basic/TargetOptions.h
   26 class TargetOptions {
tools/clang/include/clang/Frontend/CompilerInvocation.h
  121 class CompilerInvocation : public CompilerInvocationBase {
tools/clang/include/clang/Index/IndexDataConsumer.h
   26 class IndexDataConsumer {
tools/clang/include/clang/Lex/Preprocessor.h
  125 class Preprocessor {
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/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/Core/SourceManager.h
   33   class File {
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
  271 class TypeFilterImpl : public SyntheticChildren {
  378 class ScriptedSyntheticChildren : public SyntheticChildren {
tools/lldb/include/lldb/Symbol/ObjectFile.h
   58 class ObjectFile : public std::enable_shared_from_this<ObjectFile>,
tools/lldb/include/lldb/Symbol/UnwindPlan.h
   55   class Row {
tools/lldb/include/lldb/Target/Platform.h
   68 class Platform : public PluginInterface {
tools/lldb/include/lldb/Target/Process.h
  354 class Process : public std::enable_shared_from_this<Process>,
tools/lldb/include/lldb/Target/Queue.h
   32 class Queue : public std::enable_shared_from_this<Queue> {
tools/lldb/include/lldb/Target/Target.h
  425 class Target : public std::enable_shared_from_this<Target>,
tools/lldb/include/lldb/Utility/DataBufferLLVM.h
   26 class DataBufferLLVM : public DataBuffer {
tools/lldb/include/lldb/Utility/Listener.h
   36 class Listener : public std::enable_shared_from_this<Listener> {
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
  201 class RSModuleDescriptor {
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
   57 class ObjectFileELF : public lldb_private::ObjectFile {
usr/include/c++/7.4.0/bits/shared_ptr_base.h
 1429   template<typename _Tp, _Lock_policy _Lp>