|
clang 23.0.0git
|
#include "clang/ScalableStaticAnalysis/SourceTransformation/SARIFTransformationReportFormat.h"
Public Attributes | |
| std::string | TransformationName |
| const clang::SourceManager & | SM |
| std::vector< ReportResult > | Results |
Definition at line 38 of file SARIFTransformationReportFormat.h.
| std::vector<ReportResult> clang::ssaf::ReportDocument::Results |
Definition at line 41 of file SARIFTransformationReportFormat.h.
Referenced by clang::ssaf::writeSARIFTransformationReport().
| const clang::SourceManager& clang::ssaf::ReportDocument::SM |
Definition at line 40 of file SARIFTransformationReportFormat.h.
Referenced by clang::ssaf::writeSARIFTransformationReport().
| std::string clang::ssaf::ReportDocument::TransformationName |
Definition at line 39 of file SARIFTransformationReportFormat.h.
Referenced by clang::ssaf::writeSARIFTransformationReport().