|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 210 Filepath.erase(Cursor, 2);
225 Filepath.erase(PrevSlash, Cursor + 3 - PrevSlash);
233 Filepath.erase(Cursor, 1);
lib/Support/SourceMgr.cpp 452 CaretLine.erase(CaretLine.find_last_not_of(' ')+1);
tools/clang/lib/CodeGen/CodeGenModule.cpp 1231 TyName.erase(ReadOnlyPos, ReadOnlyQual.size() + 1);
1236 TyName.erase(WriteOnlyPos, WriteOnlyQual.size() + 1);
1241 TyName.erase(ReadWritePos, ReadWriteQual.size() + 1);
1313 typeName.erase(pos + 1, 8);
1325 baseTypeName.erase(pos + 1, 8);
1360 typeName.erase(pos + 1, 8);
1387 baseTypeName.erase(pos + 1, 8);
tools/clang/lib/Lex/Pragma.cpp 287 StrVal.erase(0, 2 + NumDChars);
288 StrVal.erase(StrVal.size() - 1 - NumDChars);
tools/clang/tools/extra/clang-tidy/google/FunctionNamingCheck.cpp 75 NewName.erase(Index, 1);
tools/clang/tools/extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp 364 ReturnType.erase(TOffsetInRT, TLengthWithWS);
tools/clang/unittests/Tooling/TransformerTest.cpp 71 Actual.erase(I, HL.size());
tools/lldb/source/API/SBCommandInterpreter.cpp 391 common_prefix.erase(0, partial_name_len);
tools/lldb/source/Commands/CommandObjectMemory.cpp 415 type_str.erase(idx, keyword_len + 1);
426 type_str.erase(0, idx);
438 type_str.erase(type_str.size() - 1);
444 type_str.erase(type_str.size() - 1);
tools/lldb/source/Core/Disassembler.cpp 1271 thumb_arch_name.erase(0, 3);
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp 264 type_name_str.erase(iter, 2);
tools/lldb/source/Expression/IRInterpreter.cpp 55 s.erase(offset, 1);
57 s.erase(0, 1);
tools/lldb/source/Expression/REPL.cpp 208 code.erase(0, 1);
tools/lldb/source/Host/common/Editline.cpp 816 currentLine = currentLine.erase(0, -indent_correction);
tools/lldb/source/Interpreter/CommandInterpreter.cpp 1288 s.erase(0, pos);
1329 command_string.erase();
1333 command_string.erase(0, command_string.find_first_not_of(
1336 command_string.erase();
1343 command_string.erase();
1346 command_string.erase(0, command_string.find_first_not_of(
1359 command.erase(pos);
1426 raw_input_string = raw_input_string.erase(
1454 command.erase(start_backtick - 1, 1);
1470 command.erase(start_backtick, 2);
1510 command.erase(start_backtick, end_backtick - start_backtick + 1);
1742 remainder.erase(0, pos);
1946 raw_input_string = raw_input_string.erase(
tools/lldb/source/Interpreter/CommandObjectRegexCommand.cpp 45 new_command.erase(percent_var_idx, percent_var_len);
tools/lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp 125 m_current_key.erase();
tools/lldb/source/Interpreter/Options.cpp 1080 input_line.erase(pos, tmp_arg.size());
1092 input_line.erase(pos, tmp_arg.size());
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp 1108 thumb_arch_name.erase(0, 3);
1420 str.erase(first_eol_char);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp 233 name.erase(less_than_pos);
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp 99 str.erase(last_pos + 1);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp 3915 full_so_path.erase(0, double_slash_pos + 1);
5080 rpath.erase(0, loader_path.size());
5083 rpath.erase(0, executable_path.size());
tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp 101 os_plugin_class_name.erase(py_extension_pos);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp 1116 command_output.erase(first_non_newline + 1);
1281 path_to_shlib.erase(pos + strlen(substr));
tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp 174 xcode_contents_path.erase(pos + strlen("/Xcode.app/Contents/"));
194 output.erase(first_non_newline + 1);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp 473 m_bytes.erase(0, size_of_first_packet);
498 m_bytes.erase(0, size_of_first_packet);
508 m_bytes.erase(1, 1);
533 m_bytes.erase(0, size_of_first_packet);
613 m_bytes.erase(0, size_of_first_packet);
735 m_bytes.erase(0, idx - 1);
869 m_bytes.erase(0, total_length);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp 1540 value.erase(0, comma_pos + 1);
1558 value.erase(0, comma_pos + 1);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp 149 dispatch_queue_name.erase(bytes_read);
tools/lldb/source/Symbol/ClangASTContext.cpp 9819 template_basename.erase(template_basename.find('<'));
tools/lldb/source/Symbol/LocateSymbolFile.cpp 109 binary_name.erase(last_dot);
tools/lldb/source/Target/Process.cpp 4241 one_profile_data.erase(0, buf_size);
4262 m_stdout_data.erase(0, buf_size);
4281 m_stderr_data.erase(0, buf_size);
tools/lldb/tools/lldb-vscode/IOStream.cpp 144 line.erase(line.size() - 2);
tools/lli/lli.cpp 548 InputFile.erase(InputFile.length() - 3);
usr/include/c++/7.4.0/bits/regex_scanner.tcc 357 _M_value.erase();