Lines Matching defs:parent_entry
2049 static Status ParseInternal(llvm::StringRef &format, Entry &parent_entry,
2057 parent_entry.AppendText(format);
2064 parent_entry.AppendText(format.substr(0, non_special_chars));
2078 parent_entry.AppendEntry(std::move(scope_entry));
2102 parent_entry.AppendChar('\a');
2105 parent_entry.AppendChar('\b');
2108 parent_entry.AppendChar('\f');
2111 parent_entry.AppendChar('\n');
2114 parent_entry.AppendChar('\r');
2117 parent_entry.AppendChar('\t');
2120 parent_entry.AppendChar('\v');
2123 parent_entry.AppendChar('\'');
2126 parent_entry.AppendChar('\\');
2145 parent_entry.AppendChar((char)octal_value);
2171 parent_entry.AppendChar((char)hex_value);
2178 parent_entry.AppendChar(desens_char);
2185 parent_entry.AppendChar(desens_char);
2194 parent_entry.AppendText("$");
2333 parent_entry.AppendEntry(std::move(entry));