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

Declarations

tools/lldb/include/lldb/Core/FormatEntity.h
  122     void AppendChar(char ch);

References

tools/lldb/source/Core/FormatEntity.cpp
 2042         parent_entry.AppendChar('\a');
 2045         parent_entry.AppendChar('\b');
 2048         parent_entry.AppendChar('\f');
 2051         parent_entry.AppendChar('\n');
 2054         parent_entry.AppendChar('\r');
 2057         parent_entry.AppendChar('\t');
 2060         parent_entry.AppendChar('\v');
 2063         parent_entry.AppendChar('\'');
 2066         parent_entry.AppendChar('\\');
 2085             parent_entry.AppendChar((char)octal_value);
 2110             parent_entry.AppendChar((char)hex_value);
 2116           parent_entry.AppendChar(desens_char);
 2123         parent_entry.AppendChar(desens_char);