LLDB mainline
Public Member Functions | Public Attributes | List of all members
TypeSystemInstance Struct Reference
Inheritance diagram for TypeSystemInstance:
Inheritance graph
[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
 
 PluginInstance (llvm::StringRef name, llvm::StringRef description, TypeSystemCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback=nullptr)
 

Public Attributes

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

Additional Inherited Members

- Public Types inherited from PluginInstance< TypeSystemCreateInstance >
typedef TypeSystemCreateInstance CallbackType
 

Detailed Description

Definition at line 1425 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

Definition at line 1426 of file PluginManager.cpp.

Member Data Documentation

◆ supported_languages_for_expressions

LanguageSet TypeSystemInstance::supported_languages_for_expressions

Definition at line 1437 of file PluginManager.cpp.

◆ supported_languages_for_types

LanguageSet TypeSystemInstance::supported_languages_for_types

Definition at line 1436 of file PluginManager.cpp.


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