Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp143 static json::Object createMessage(StringRef Text) { in createMessage() function
169 Ret.insert({"message", createMessage(Message)}); in createLocation()
391 json::Object Ret{{"message", createMessage(Result.DiagnosticMessage)}, in appendResult()