Since every clang artifact MUST have a location (there being no nested artifacts), the creation method SarifArtifact::create requires a SarifArtifactLocation object.
More...
#include "clang/Basic/Sarif.h"
Since every clang artifact MUST have a location (there being no nested artifacts), the creation method SarifArtifact::create requires a SarifArtifactLocation object.
Reference:
- artifact object
Definition at line 104 of file Sarif.h.
◆ create()
◆ setLength()
◆ setMimeType()
SarifArtifact clang::detail::SarifArtifact::setMimeType |
( |
llvm::StringRef |
ArtifactMimeType | ) |
|
|
inline |
◆ setOffset()
SarifArtifact clang::detail::SarifArtifact::setOffset |
( |
uint32_t |
ArtifactOffset | ) |
|
|
inline |
◆ setRoles()
SarifArtifact clang::detail::SarifArtifact::setRoles |
( |
std::initializer_list< llvm::StringRef > |
ArtifactRoles | ) |
|
|
inline |
◆ clang::SarifDocumentWriter
The documentation for this class was generated from the following file: