Searched refs:GetPrefix (Results 1 – 10 of 10) sorted by relevance
75 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()
49 llvm::StringRef DiagnosticEventData::GetPrefix() const { in GetPrefix() function in DiagnosticEventData64 << GetPrefix(); in Dump()
113 %feature("docstring", "Gets the prefix to use for this expression.") GetPrefix;115 GetPrefix () const;
190 const char *SBExpressionOptions::GetPrefix() const { in GetPrefix() function in SBExpressionOptions193 return m_opaque_up->GetPrefix(); in GetPrefix()
181 dictionary->AddStringItem("type", diagnostic_data->GetPrefix()); in GetDiagnosticFromEvent()
81 const char *GetPrefix() const;
66 llvm::StringRef GetPrefix() const;
289 sub GetPrefix { subroutine751 my $prefix = GetPrefix();850 my $prefix = GetPrefix();877 my $prefix = GetPrefix();
224 llvm::StringRef option_prefix(options.GetPrefix()); in Evaluate()
307 const char *GetPrefix() const { in GetPrefix() function