Home
last modified time | relevance | path

Searched refs:InsertStringAtIndex (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStringList.h87 void InsertStringAtIndex(size_t idx, const std::string &str);
89 void InsertStringAtIndex(size_t idx, std::string &&str);
91 void InsertStringAtIndex(size_t id, const char *str);
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStringList.cpp124 void StringList::InsertStringAtIndex(size_t idx, const char *str) { in InsertStringAtIndex() function in StringList
133 void StringList::InsertStringAtIndex(size_t idx, const std::string &str) { in InsertStringAtIndex() function in StringList
140 void StringList::InsertStringAtIndex(size_t idx, std::string &&str) { in InsertStringAtIndex() function in StringList
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp259 lldb_matches.InsertStringAtIndex(0, ""); in HandleCompletionWithDescriptions()
260 lldb_descriptions.InsertStringAtIndex(0, ""); in HandleCompletionWithDescriptions()
280 lldb_matches.InsertStringAtIndex(0, common_prefix.c_str()); in HandleCompletionWithDescriptions()
281 lldb_descriptions.InsertStringAtIndex(0, ""); in HandleCompletionWithDescriptions()