Home
last modified time | relevance | path

Searched defs:AddDiagnostic (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Expression/
DDiagnosticManager.h116 void AddDiagnostic(std::unique_ptr<Diagnostic> diagnostic) { in AddDiagnostic() function
/external/llvm-project/lldb/unittests/Expression/
DDiagnosticManagerTest.cpp38 TEST(DiagnosticManagerTest, AddDiagnostic) { in TEST() argument