Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp227 static json::Object createMessage(StringRef Text) { in createMessage() function
235 Ret.insert({"message", createMessage(Message)}); in createLocation()
292 {"message", createMessage(Diag.getVerboseDescription())}, in createResult()
328 {"fullDescription", createMessage(getRuleDescription(CheckName))}, in createRule()
/llvm-project-15.0.7/clang/lib/Basic/
H A DSarif.cpp144 json::Object createMessage(StringRef Text) { in createMessage() function
167 Ret.insert({"message", createMessage(Message)}); in createLocation()
361 json::Object Ret{{"message", createMessage(Result.DiagnosticMessage)}, in appendResult()