Searched defs:ClangDiagnostic (Results 1 – 1 of 1) sorted by relevance
27 static inline bool classof(const ClangDiagnostic *) { return true; } in classof()32 ClangDiagnostic(llvm::StringRef message, lldb::Severity severity, in ClangDiagnostic() function