Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DDiagnosticManager.cpp47 std::string DiagnosticManager::GetString(char separator) { in GetString() function in DiagnosticManager
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/source/Core/
H A DSourceLocationSpec.cpp63 std::string SourceLocationSpec::GetString() const { in GetString() function in SourceLocationSpec
/llvm-project-15.0.7/llvm/unittests/Support/DynamicLibrary/
H A DDynamicLibraryTest.cpp36 typedef const char *(*GetString)(); typedef
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLiteralSupport.h250 StringRef GetString() const { in GetString() function
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp47 llvm::StringRef GetString(const llvm::json::Object &obj, llvm::StringRef key) { in GetString() function
53 llvm::StringRef GetString(const llvm::json::Object *obj, llvm::StringRef key) { in GetString() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBData.cpp297 const char *SBData::GetString(lldb::SBError &error, lldb::offset_t offset) { in GetString() function in SBData
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp258 const char *GetString = "PythonDataObjectsTest::TestPythonStringToStr"; in TEST_F() local
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp394 llvm::StringRef PythonString::GetString() const { in GetString() function in PythonString
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h829 std::string GetString() const { return std::get<std::string>(t); } in GetString() function
835 std::string GetString() const { return v; } in GetString() function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc990 std::string Message::GetString() const { in GetString() function in testing::Message