Home
last modified time | relevance | path

Searched defs:GetString (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Expression/
H A DDiagnosticManager.cpp47 std::string DiagnosticManager::GetString(char separator) { in GetString() function in DiagnosticManager
/openbsd/gnu/llvm/lldb/source/Utility/
H A DStreamString.cpp51 llvm::StringRef StreamString::GetString() const { return m_packet; } in GetString() function in StreamString
H A DXcodeSDK.cpp135 llvm::StringRef XcodeSDK::GetString() const { return m_name; } in GetString() function in XcodeSDK
/openbsd/gnu/llvm/lldb/source/Core/
H A DSourceLocationSpec.cpp64 std::string SourceLocationSpec::GetString() const { in GetString() function in SourceLocationSpec
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp49 llvm::StringRef GetString(const llvm::json::Object &obj, llvm::StringRef key) { in GetString() function
55 llvm::StringRef GetString(const llvm::json::Object *obj, llvm::StringRef key) { in GetString() function
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DLiteralSupport.h250 StringRef GetString() const { in GetString() function
/openbsd/gnu/llvm/lldb/source/API/
H A DSBData.cpp297 const char *SBData::GetString(lldb::SBError &error, lldb::offset_t offset) { in GetString() function in SBData
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp393 llvm::StringRef PythonString::GetString() const { in GetString() function in PythonString