|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/tools/lldb/scripts/LLDBWrapPython.cpp79789 error_string.append("could not find script class: ");
79790 error_string.append(python_class_name);
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 326 FullyQualifiedName.append("::");
lib/Target/NVPTX/NVPTXAsmPrinter.cpp 982 msg.append("Error: ");
983 msg.append("Symbol ");
986 msg.append("has unsupported appending linkage type");
lib/TextAPI/MachO/ArchitectureSet.cpp 46 result.append(" ");
tools/clang/lib/Driver/Driver.cpp 917 CfgFileName.append(".cfg");
tools/clang/lib/Driver/Job.cpp 285 ModCachePath.append(RelModCacheDir.c_str());
tools/clang/lib/Driver/ToolChains/HIP.cpp 152 MAttrString.append(Args.MakeArgString(OneFeature));
154 MAttrString.append(",");
tools/clang/lib/Format/UsingDeclarationsSorter.cpp 92 Label.append("typename ");
96 Label.append("::");
106 Label.append("::");
tools/clang/lib/Format/WhitespaceManager.cpp 793 Text.append(UseCRLF ? "\r\n" : "\n");
804 Text.append(UseCRLF ? "\\\r\n" : "\\\n");
829 Text.append("\t");
tools/clang/lib/StaticAnalyzer/Core/IssueHash.cpp 44 Signature.append(Target->getReturnType().getAsString()).append(" ");
45 Signature.append(Target->getQualifiedNameAsString()).append("(");
49 Signature.append(", ");
54 Signature.append(", ...");
55 Signature.append(")");
64 Signature.append(" const");
66 Signature.append(" volatile");
68 Signature.append(" restrict");
74 Signature.append(" &");
77 Signature.append(" &&");
tools/clang/lib/Tooling/CommonOptionsParser.cpp 113 ErrorMessage.append("\n");
tools/clang/tools/extra/clang-include-fixer/FuzzySymbolIndex.cpp 122 Result.append("[[:alnum:]]* ");
125 Result.append("([[:alnum:]]* )?");
tools/clang/tools/extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp 131 ParentsStr.append(" or ");
132 ParentsStr.append("'").append(getNameAsString(Parent)).append("'");
132 ParentsStr.append("'").append(getNameAsString(Parent)).append("'");
tools/clang/tools/extra/clang-tidy/readability/NamespaceCommentCheck.cpp 53 Fix.append(" ").append(ND->getNameAsString());
55 Fix.append("\n");
64 Fix.append("\n");
tools/clang/tools/extra/clang-tidy/utils/IncludeSorter.cpp 121 IncludeStmt.append("\n");
173 IncludeStmt.append("\n");
tools/clang/tools/extra/clangd/CodeComplete.cpp 1375 S.append("::"); // visibleNamespaces doesn't include trailing ::.
tools/clang/tools/extra/clangd/Format.cpp 59 Code.append("\n// */\n");
tools/clang/tools/extra/clangd/SourceCode.cpp 823 NSName.append("::");
827 NSName.append("::");
1074 Event.Payload.append("::");
tools/clang/tools/extra/clangd/URI.cpp 157 Result.append("//");
tools/clang/tools/extra/clangd/XRefs.cpp 618 HI.NamespaceScope->append("::");
621 HI.LocalScope.append("::");
tools/clang/tools/extra/modularize/Modularize.cpp 820 CommandLine.append(" ");
821 CommandLine.append(Argv[ArgIndex]);
tools/clang/unittests/Sema/ExternalSemaSourceTest.cpp 52 ToName.append("'");
tools/lldb/include/lldb/Utility/AnsiTerminal.h 127 fmt.append(code.value);
135 fmt.append(tok_hdr);
tools/lldb/source/Commands/CommandCompletions.cpp 425 regex_str.append("^");
429 regex_str.append(".");
tools/lldb/source/Commands/CommandObjectMultiword.cpp 133 error_msg.append("'");
135 error_msg.append(" ");
137 error_msg.append("'.");
140 error_msg.append(" Possible completions:");
142 error_msg.append("\n\t");
146 error_msg.append("\n");
170 help_text.append(" Expects 'raw' input (see 'help raw-input'.)");
tools/lldb/source/Commands/CommandObjectSource.cpp 746 m_reverse_name.append(" -r");
tools/lldb/source/Commands/CommandObjectType.cpp 1599 type_name_str.append(" \\[[0-9]+\\]");
1601 type_name_str.append("\\[[0-9]+\\]");
tools/lldb/source/Core/FormatEntity.cpp 2327 match.append(suffix);
2359 match.append("{");
tools/lldb/source/Core/ValueObject.cpp 2911 name.append(m_name.AsCString(""));
tools/lldb/source/Core/ValueObjectConstResultImpl.cpp 129 new_name.append(m_impl_backend->GetName().AsCString(""));
tools/lldb/source/Expression/DiagnosticManager.cpp 51 ret.append(StringForSeverity(diagnostic->GetSeverity()));
tools/lldb/source/Expression/REPL.cpp 479 current_code.append("\n");
480 current_code.append(line_cstr);
486 current_code.append("\n");
tools/lldb/source/Expression/UserExpression.cpp 260 fixed_expression->append(fixed_text);
tools/lldb/source/Expression/UtilityFunction.cpp 76 name.append("-caller");
tools/lldb/source/Interpreter/CommandInterpreter.cpp 2019 init_file_name.append("-");
tools/lldb/source/Interpreter/CommandObject.cpp 840 help_text.append(" Expects 'raw' input (see 'help raw-input'.)");
tools/lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp 24 m_key_usage_text.append(class_use);
25 m_key_usage_text.append(". Pairs can be specified more than once.");
29 m_value_usage_text.append(class_use);
30 m_value_usage_text.append(". Pairs can be specified more than once.");
33 m_class_usage_text.append(m_is_class ? "class" : "function");
34 m_class_usage_text.append(" that will manage a ");
35 m_class_usage_text.append(class_use);
36 m_class_usage_text.append(".");
tools/lldb/source/Interpreter/OptionValueString.cpp 139 new_value.append(value);
145 m_current_value.append(value);
tools/lldb/source/Interpreter/Options.cpp 274 actual_text.append(condition);
275 actual_text.append("] ");
278 actual_text.append(option_def.usage_text);
686 full_name.append(def.long_option);
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp 263 m_comment.append(", ");
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp 990 equivalent_regex_buf.append(trampoline_name.GetCString());
991 equivalent_regex_buf.append(resolver_name_regex);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp 1503 warning.append(name.AsCString());
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp 353 module_macros.append("\n");
397 module_imports.append("@import ");
399 module_imports.append(";\n");
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp 85 m_wrapper_function_text.append("extern \"C\" void ");
87 m_wrapper_function_text.append(" (void *input)\n{\n struct ");
89 m_wrapper_function_text.append(" \n {\n");
90 m_wrapper_function_text.append(" ");
92 m_wrapper_function_text.append(" (*fn_ptr) (");
147 m_wrapper_function_text.append(", ");
150 args_buffer.append(" ");
154 args_buffer.append(arg_buf);
155 args_buffer.append(";\n");
157 args_list_buffer.append("__lldb_fn_data->");
158 args_list_buffer.append(arg_buf);
160 args_list_buffer.append(", ");
162 m_wrapper_function_text.append(
167 m_wrapper_function_text.append(" ");
169 m_wrapper_function_text.append(" return_value;");
170 m_wrapper_function_text.append("\n };\n struct ");
172 m_wrapper_function_text.append("* __lldb_fn_data = (struct ");
174 m_wrapper_function_text.append(" *) input;\n");
176 m_wrapper_function_text.append(
179 m_wrapper_function_text.append(");\n}\n");
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp 471 macro_expansion.append("(");
479 macro_expansion.append(", ");
489 macro_expansion.append("...");
491 macro_expansion.append(", ...");
494 macro_expansion.append("...");
497 macro_expansion.append(")");
500 macro_expansion.append(" ");
508 macro_expansion.append(" ");
525 macro_expansion.append("<unknown literal value>");
533 macro_expansion.append(punctuator_spelling);
536 macro_expansion.append(keyword_spelling);
546 macro_expansion.append(ti->getName());
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h 56 name.append("<user expression ");
58 name.append(">");
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp 46 m_function_text.append(text);
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp 369 fixed_scratch.append(mangled_name.GetCString() + 3);
377 fixed_scratch.append(mangled_name.GetCString() + 2);
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp 92 lookup_name.append(class_name);
293 corrected_name.append(" *");
295 corrected_name.append(" &");
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp 279 corrected_name.append(" *");
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp 905 buffer.append(class_name);
907 buffer.append(ivar_name);
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp 806 kernel_name_expanded.append(".expand");
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp 1165 xcode_dir_path.append(xcode_select_prefix_dir);
1166 xcode_dir_path.append("/usr/share/xcode-select/xcode_dir_path");
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp 348 m_device_support_directory.append(platform_dir.c_str());
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp 683 expr.append(dlopen_wrapper_code);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp 627 new_packet.append(decompressed_checksum_str);
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp 446 m_dictionary_name.append("_dict");
3224 statement.append("\")");
3228 statement.append("\")");
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp 1006 storage.append("::");
1008 storage.append(name);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp 22 m_qualified_name.append("::");
23 m_qualified_name.append(m_entries[0].name);
31 m_qualified_name.append("::");
34 m_qualified_name.append("(anonymous namespace)");
36 m_qualified_name.append("(anonymous class)");
38 m_qualified_name.append("(anonymous struct)");
40 m_qualified_name.append("(anonymous union)");
42 m_qualified_name.append("(anonymous)");
44 m_qualified_name.append(pos->name);
tools/lldb/source/Symbol/ClangASTContext.cpp 8430 setter_sel_string.append(&property_name[1]);
tools/lldb/source/Target/StackFrame.cpp 1615 name_str.append("()");
tools/lldb/source/Utility/Args.cpp 554 dst.append("\\a");
557 dst.append("\\b");
560 dst.append("\\f");
563 dst.append("\\n");
566 dst.append("\\r");
569 dst.append("\\t");
572 dst.append("\\v");
575 dst.append("\\'");
578 dst.append("\\\"");
581 dst.append("\\\\");
585 dst.append("\\0");
588 dst.append(octal_str);
tools/lldb/source/Utility/CompletionRequest.cpp 56 result.append(":");
tools/lldb/tools/lldb-server/lldb-gdbserver.cpp 266 final_host_and_port.append("localhost");
267 final_host_and_port.append(host_and_port);
tools/lldb/tools/lldb-server/lldb-platform.cpp 184 listen_host_port.append(optarg);
tools/llvm-lto/llvm-lto.cpp 990 attrs.append(",");
tools/lto/lto.cpp 160 attrs.append(",");
usr/include/c++/7.4.0/bits/basic_string.h 1168 { return this->append(__s); }
5929 __str.append(__rhs);
5991 { return std::move(__lhs.append(__rhs)); }
utils/unittest/googletest/include/gtest/gtest.h 323 message_->append(a_message.GetString().c_str());