LLDB mainline
TypeSystemInstance Struct Reference
Inheritance diagram for TypeSystemInstance:
[legend]

Public Member Functions

 TypeSystemInstance (llvm::StringRef name, llvm::StringRef description, CallbackType create_callback, LanguageSet supported_languages_for_types, LanguageSet supported_languages_for_expressions)
Public Member Functions inherited from PluginInstance< TypeSystemCreateInstance >
 PluginInstance ()=default

Public Attributes

LanguageSet supported_languages_for_types
LanguageSet supported_languages_for_expressions
Public Attributes inherited from PluginInstance< TypeSystemCreateInstance >
llvm::StringRef name
llvm::StringRef description
bool enabled
TypeSystemCreateInstance create_callback
DebuggerInitializeCallback debugger_init_callback

Additional Inherited Members

Public Types inherited from PluginInstance< TypeSystemCreateInstance >
typedef TypeSystemCreateInstance CallbackType

Detailed Description

Definition at line 1766 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ TypeSystemInstance()

TypeSystemInstance::TypeSystemInstance ( llvm::StringRef name,
llvm::StringRef description,
CallbackType create_callback,
LanguageSet supported_languages_for_types,
LanguageSet supported_languages_for_expressions )
inline

Member Data Documentation

◆ supported_languages_for_expressions

LanguageSet TypeSystemInstance::supported_languages_for_expressions

Definition at line 1778 of file PluginManager.cpp.

Referenced by TypeSystemInstance().

◆ supported_languages_for_types

LanguageSet TypeSystemInstance::supported_languages_for_types

Definition at line 1777 of file PluginManager.cpp.

Referenced by TypeSystemInstance().


The documentation for this struct was generated from the following file: