Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDiagnostic.h27 static inline bool classof(const ClangDiagnostic *) { return true; } in classof()
32 ClangDiagnostic(llvm::StringRef message, DiagnosticSeverity severity, in ClangDiagnostic() function