Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDSarif.h50 class SarifDocumentWriter; variable
73 friend class clang::SarifDocumentWriter;
106 friend class clang::SarifDocumentWriter;
176 friend class SarifDocumentWriter; variable
212 friend class clang::SarifDocumentWriter;
258 friend class clang::SarifDocumentWriter;
316 friend class clang::SarifDocumentWriter;
380 class SarifDocumentWriter {
426 SarifDocumentWriter() = delete;
429 SarifDocumentWriter(const SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in SarifDocumentWriter() function
[all …]
/freebsd-head/contrib/llvm-project/clang/include/clang/Frontend/
HDSARIFDiagnosticPrinter.h28 class SarifDocumentWriter; variable
47 SarifDocumentWriter &getSarifWriter() const { in getSarifWriter()
52 void setSarifWriter(std::unique_ptr<SarifDocumentWriter> SarifWriter) { in setSarifWriter()
71 std::unique_ptr<SarifDocumentWriter> Writer;
HDSARIFDiagnostic.h26 DiagnosticOptions *DiagOpts, SarifDocumentWriter *Writer);
59 SarifDocumentWriter *Writer;
/freebsd-head/contrib/llvm-project/clang/lib/Basic/
HDSarif.cpp210 SarifDocumentWriter::createPhysicalLocation(const CharSourceRange &R) { in createPhysicalLocation()
245 json::Object &SarifDocumentWriter::getCurrentTool() { in getCurrentTool()
256 void SarifDocumentWriter::reset() { in reset()
261 void SarifDocumentWriter::endRun() { in endRun()
325 SarifDocumentWriter::createThreadFlows(ArrayRef<ThreadFlow> ThreadFlows) { in createThreadFlows()
339 SarifDocumentWriter::createCodeFlow(ArrayRef<ThreadFlow> ThreadFlows) { in createCodeFlow()
343 void SarifDocumentWriter::createRun(StringRef ShortToolName, in createRun()
367 json::Object &SarifDocumentWriter::getCurrentRun() { in getCurrentRun()
379 size_t SarifDocumentWriter::createRule(const SarifRule &Rule) { in createRule()
385 void SarifDocumentWriter::appendResult(const SarifResult &Result) { in appendResult()
[all …]
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSarifDiagnostics.cpp35 SarifDocumentWriter SarifWriter;
147 SarifDocumentWriter &SarifWriter) { in createRuleMapping()
/freebsd-head/contrib/llvm-project/clang/lib/Frontend/
HDSARIFDiagnostic.cpp35 SarifDocumentWriter *Writer) in SARIFDiagnostic()
HDFrontendAction.cpp743 std::make_unique<SarifDocumentWriter>(CI.getSourceManager())); in BeginSourceFile()