Home
last modified time | relevance | path

Searched refs:GetPrefix (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Core/
H A DDiagnosticEventTest.cpp75 EXPECT_EQ(data->GetPrefix(), "warning"); in TEST_F()
100 EXPECT_EQ(data->GetPrefix(), "error"); in TEST_F()
131 EXPECT_EQ(data->GetPrefix(), "error"); in TEST_F()
162 EXPECT_EQ(data->GetPrefix(), "warning"); in TEST_F()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebuggerEvents.cpp49 llvm::StringRef DiagnosticEventData::GetPrefix() const { in GetPrefix() function in DiagnosticEventData
64 << GetPrefix(); in Dump()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBExpressionOptions.i113 %feature("docstring", "Gets the prefix to use for this expression.") GetPrefix;
115 GetPrefix () const;
/llvm-project-15.0.7/lldb/source/API/
H A DSBExpressionOptions.cpp190 const char *SBExpressionOptions::GetPrefix() const { in GetPrefix() function in SBExpressionOptions
193 return m_opaque_up->GetPrefix(); in GetPrefix()
H A DSBDebugger.cpp181 dictionary->AddStringItem("type", diagnostic_data->GetPrefix()); in GetDiagnosticFromEvent()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBExpressionOptions.h81 const char *GetPrefix() const;
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebuggerEvents.h66 llvm::StringRef GetPrefix() const;
/llvm-project-15.0.7/clang/tools/scan-build/bin/
H A Dscan-build289 sub GetPrefix { subroutine
751 my $prefix = GetPrefix();
850 my $prefix = GetPrefix();
877 my $prefix = GetPrefix();
/llvm-project-15.0.7/lldb/source/Expression/
H A DUserExpression.cpp224 llvm::StringRef option_prefix(options.GetPrefix()); in Evaluate()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h307 const char *GetPrefix() const { in GetPrefix() function