LLDB mainline
|
#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 |
Definition at line 50 of file FormatClasses.h.
|
inline |
Definition at line 56 of file FormatClasses.h.
References stripped_pointer.
Referenced by lldb_private::FormatManager::GetPossibleMatches().
|
inline |
Definition at line 63 of file FormatClasses.h.
References stripped_reference.
Referenced by lldb_private::FormatManager::GetPossibleMatches().
|
inline |
Definition at line 70 of file FormatClasses.h.
References stripped_typedef.
Referenced by lldb_private::FormatManager::GetPossibleMatches().
bool lldb_private::FormattersMatchCandidate::Flags::stripped_pointer = false |
Definition at line 51 of file FormatClasses.h.
Referenced by lldb_private::FormattersMatchCandidate::DidStripPointer(), and WithStrippedPointer().
bool lldb_private::FormattersMatchCandidate::Flags::stripped_reference = false |
Definition at line 52 of file FormatClasses.h.
Referenced by lldb_private::FormattersMatchCandidate::DidStripReference(), and WithStrippedReference().
bool lldb_private::FormattersMatchCandidate::Flags::stripped_typedef = false |
Definition at line 53 of file FormatClasses.h.
Referenced by lldb_private::FormattersMatchCandidate::DidStripTypedef(), and WithStrippedTypedef().