clang: clang::ThreadFlow Class Reference (original) (raw)
A thread flow is a sequence of code locations that specify a possible path through a single thread of execution. More...
#include "[clang/Basic/Sarif.h](Sarif%5F8h%5Fsource.html)"
Public Member Functions | |
---|---|
ThreadFlow | setRange (const CharSourceRange &ItemRange) |
ThreadFlow | setImportance (const ThreadFlowImportance &ItemImportance) |
ThreadFlow | setMessage (llvm::StringRef ItemMessage) |
Detailed Description
A thread flow is a sequence of code locations that specify a possible path through a single thread of execution.
A thread flow in SARIF is related to a code flow which describes the progress of one or more programs through one or more thread flows.
Reference:
Definition at line 175 of file Sarif.h.
Member Function Documentation
◆ create()
static ThreadFlow clang::ThreadFlow::create ( ) | inlinestatic |
---|
◆ setImportance()
◆ setMessage()
ThreadFlow clang::ThreadFlow::setMessage ( llvm::StringRef ItemMessage) | inline |
---|
◆ setRange()
Friends And Related Function Documentation
◆ SarifDocumentWriter
The documentation for this class was generated from the following file:
- include/clang/Basic/Sarif.h