LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::FormattersMatchCandidate::Flags Struct Reference

#include <FormatClasses.h>

Public Member Functions

Flags WithStrippedPointer ()
 
Flags WithStrippedReference ()
 
Flags WithStrippedTypedef ()
 

Public Attributes

bool stripped_pointer = false
 
bool stripped_reference = false
 
bool stripped_typedef = false
 

Detailed Description

Definition at line 50 of file FormatClasses.h.

Member Function Documentation

◆ WithStrippedPointer()

Flags lldb_private::FormattersMatchCandidate::Flags::WithStrippedPointer ( )
inline

Definition at line 56 of file FormatClasses.h.

References stripped_pointer.

Referenced by lldb_private::FormatManager::GetPossibleMatches().

◆ WithStrippedReference()

Flags lldb_private::FormattersMatchCandidate::Flags::WithStrippedReference ( )
inline

Definition at line 63 of file FormatClasses.h.

References stripped_reference.

Referenced by lldb_private::FormatManager::GetPossibleMatches().

◆ WithStrippedTypedef()

Flags lldb_private::FormattersMatchCandidate::Flags::WithStrippedTypedef ( )
inline

Definition at line 70 of file FormatClasses.h.

References stripped_typedef.

Referenced by lldb_private::FormatManager::GetPossibleMatches().

Member Data Documentation

◆ stripped_pointer

bool lldb_private::FormattersMatchCandidate::Flags::stripped_pointer = false

◆ stripped_reference

bool lldb_private::FormattersMatchCandidate::Flags::stripped_reference = false

◆ stripped_typedef

bool lldb_private::FormattersMatchCandidate::Flags::stripped_typedef = false

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